Date Time Operators

isoFormat

Formats an ISO date string into the specified format

Argument

requires a time stamp and a format

Example

isoFormat('2024-06-03T23:42:36Z', 'Do MMMM')
//will output 3rd June

Last updated