UEA-Prodem
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { toGregorianDate } from "../utils/conversion.js";
|
||||
export function newDate(year, monthIndex, day) {
|
||||
return toGregorianDate({ year, monthIndex, day });
|
||||
}
|
||||
Reference in New Issue
Block a user