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')
Units are case insensitive, and support plural and short forms.
Returns a cloned Day.js object and set it to the end of a unit of time (ex. month, week, etc.).
dayjs().endOf('month')
Units are case insensitive, and support plural and short forms.
