JMap.Util.Date.getDate
Returns the date for the given input.
the date as a string, number, or Date
// returns a date object for the given timestampJMap.Util.Date.getDate(1631879544000)// returns a date object for the given ISO stringJMap.Util.Date.getDate("2012-09-27") Copy
// returns a date object for the given timestampJMap.Util.Date.getDate(1631879544000)// returns a date object for the given ISO stringJMap.Util.Date.getDate("2012-09-27")
JMap.Util.Date.getDate
Returns the date for the given input.