Skip to content Skip to sidebar Skip to footer
Showing posts with the label Date Fns

Date Validation Issue

I have an issue validating Date format: If I write '01/01-1987' I need to validate as a wro… Read more Date Validation Issue

Material Ui Datepicker Showing Wrong Date

The displayed date in Material UI Pickers is 1 day behind the selected date: I selected 25th, the … Read more Material Ui Datepicker Showing Wrong Date

Time Zone Issue Involving Date Fns Format()

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()