*** WIP WIP *** same more changes !

This commit is contained in:
rxf
2023-03-17 17:38:19 +01:00
parent 0a89e05329
commit 586b2641e2
6 changed files with 62 additions and 6 deletions
+4
View File
@@ -13,3 +13,7 @@ export const showDate = (sofort) => {
export const formatJSDate = (d) => {
return DateTime.fromJSDate(d).toFormat('yyyy-LL-dd HH:mm:ss')
}
export const formatISODate = (d) => {
return DateTime.fromISO(d).toFormat('yyyy-LL-dd HH:mm:ss')
}