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