Closed bryanlundberg closed 4 months ago
Currently, dates are displayed in a basic format following the U.S. calendar. We need to change all these sections to be adjusted using locales.
Its possible get current Locale using the hook
const locale = useLocale()
Search what fits better: fns moment or luxon
fns
moment
luxon
Hii @bryanlundberg , assign this to me
All yours, thanks!
Currently, dates are displayed in a basic format following the U.S. calendar. We need to change all these sections to be adjusted using locales.
Its possible get current Locale using the hook
const locale = useLocale()
Search what fits better:
fns
moment
orluxon