🏠FunctionsdateNowISO()On this pagedateNowISO()Returns the current date as an ISO 8601 string.tipISO is an international standard for date and time representation.Usageimport { dateNowISO } from 'easy-dates';dateNowISO();CopyProp typesThis function does not take any props.ExamplesdateNowISO() // "2022-04-02T15:43:01.539Z"Copy