How can I make dayjs perform arithmatic on the formatted value or local time?
For reference, I live in New Zealand where we are currently in GMT+13. Currently posting on 25th February, 3pm. I am using the dayjs library and I need to create an array of formatted dates, given a minimum and a maximum date. I calculate the minimum from an offset from today, chosen in the UI. … Read more