David B
10/18/2021, 12:19 AMformat.format()
returns a 12 HOUR timestamp 😣
/rant
but also if someone knows how to get format.format()
to return in 24 hour format (or better yet, specify the format mask yyyy-mm-ddThh:MM:ss
).
In the meantime I'm going back to Luxon....jen
10/18/2021, 12:21 AMmoment.js
will have something you can use if changing your default format is not an option?David B
10/18/2021, 1:01 AMD/M/YYYY
and hh:mm AM/PM
)
and yeah, time to go back to moment.js/luxon.jsbattk
10/18/2021, 1:28 AMbattk
10/18/2021, 1:34 AM