End of Unit of Time
Returns a cloned Day.js object and set it to the end of a unit of time (ex. month, week, etc.).
dayjs().endOf('month')
各个传入的单位对大小写不敏感,支持缩写和复数。
Returns a cloned Day.js object and set it to the end of a unit of time (ex. month, week, etc.).
dayjs().endOf('month')
各个传入的单位对大小写不敏感,支持缩写和复数。
