UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

7 lines (6 loc) 197 B
/** * will remove T and Z * * eg. timezone: +08:00 getISOString(newDate('2019-04-25T13:00:00Z')) === '2019-04-25 21:00:00' */ export declare function getISOString(date?: Date): string;