added tons of features
This commit is contained in:
10
lib/config/dayjs.ts
Normal file
10
lib/config/dayjs.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import dayjs from 'dayjs'
|
||||
import 'dayjs/locale/es'
|
||||
import timezone from 'dayjs/plugin/timezone'
|
||||
import utc from 'dayjs/plugin/utc'
|
||||
|
||||
dayjs.extend(utc)
|
||||
dayjs.extend(timezone)
|
||||
dayjs.locale('uk')
|
||||
|
||||
export default dayjs
|
||||
Reference in New Issue
Block a user