Repository URL to install this package:
Version:
4.5.0-1freshup1 ▾
|
.toISOString
format bug (#889) (058d624), closes #888.diff
API (#617) (f0f43d2).format
API returns UTC offset when value is 0 bug (b254964).add
day/week decimal rouding bug (800f6c9).diff
type definition error (#565) (c4921ae), closes #561add
(22a249c), closes #531For plugin developers: Please note, we have changed the name of some method in
Utils
in order to reduce the file size. (#517) (detail)
Get access to ESM code with
import dayjs from 'dayjs/esm'
Add LocalizedFormat plugin supplying format like LTS, LT, LLLL
update declaration File with default export (#278)
From v1.8.1, in TypeScript Project, just
import from dayjs from 'dayjs'
update isSame isBefore isAfter supports units (fd65464)
add greek lithuanian locales
.week()
to retrieve week of the year (e1c1b1c)