nuxt-modules
nuxt-modules copied to clipboard
DayJS Locale
I didn't find a way to use a different locale. How can i achieve that?
Same here
https://github.com/iamkun/dayjs/blob/dev/docs/en/I18n.md
import 'dayjs/locale/pl'
and
{{ $dayjs('DATE').locale('pl').format('dddd, MMMM DD, YYYY') }}
works for me