Alex Shani
Results
1
comments of
Alex Shani
dayjs('03-11-2023', { format: 'DD-MM-YYYY' }).format('DD-MM-YYYY') the result should be '03-11-2023'
when using different formats you should add the plugin ``` import customParseFormat from 'dayjs/plugin/customParseFormat'; dayjs.extend(customParseFormat) ``` hope to be helpful