mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Fix ISO8601 method, to use HH vs hh (24 hour)
This commit is contained in:
@ -260,7 +260,7 @@ class ValueUtils
|
||||
date = new Date(date)
|
||||
}
|
||||
// @ts-ignore
|
||||
return (`${date.toString("yyyy-MM-ddThh:mm:ssZ")}`);
|
||||
return (`${date.toString("yyyy-MM-ddTHH:mm:ssZ")}`);
|
||||
}
|
||||
|
||||
public static getFullWeekday(date: Date)
|
||||
|
Reference in New Issue
Block a user