I need to format a date as yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\' as specified by Parse\'s REST API for Facebook. I was wondering what the most lightweight
yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'
Add another option, maybe not the most lightweight.
dayjs.extend(dayjs_plugin_customParseFormat) console.log(dayjs('2018-09-06 17:00:00').format( 'YYYY-MM-DDTHH:mm:ss.000ZZ'))