softhib

Results 2 comments of softhib

I am in the same case. I want to display the date in a custom format (using `date-fns` library) and to catch the date of onDateChange in a `getTime() `format...

I finally proceed like this (which is partially convenient) : ```javascript const fromFrToEn = dateParsed => { let result = dateParsed.replace(/à/, ""); result = result.replace(/le /, ""); result = result.replace(/janv./,...