Subtract
Returns a cloned Day.js object with a specified amount of time subtracted.
dayjs().subtract(7, 'year')
Units are case insensitive, and support plural and short forms.
When decimal values are passed for days and weeks, they are rounded to the nearest integer before subtracting.