Date Fns Datetime Javascript Locale Location Time Zone Issue Involving Date Fns Format() June 08, 2022 Post a Comment const dt = new Date('2017-12-12'); console.log(format(dt, 'YYYY-MM-DD')); The abov… Read more Time Zone Issue Involving Date Fns Format()