hapijs / joi-date

Joi extensions for dates
Other
83 stars 25 forks source link

Replace momentjs by date-fns #37

Open Izabrr opened 3 years ago

kanongil commented 3 years ago

I would probably have a look at Luxon, which is a sort of successor to moment: https://moment.github.io/luxon/docs/manual/parsing.html#table-of-tokens

hueniverse commented 3 years ago

@Izabrr planning to address @kanongil comments?

smujaddid commented 1 year ago

Or use dayjs instead, the API is much closer I think