nuxt-modules icon indicating copy to clipboard operation
nuxt-modules copied to clipboard

DayJS Locale

Open Lisiadito opened this issue 6 years ago • 2 comments

I didn't find a way to use a different locale. How can i achieve that?

Lisiadito avatar Apr 15 '19 11:04 Lisiadito

Same here

MLDMoritz avatar Aug 08 '19 19:08 MLDMoritz

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

this-is-fine-dev avatar Oct 28 '19 10:10 this-is-fine-dev