The time is given in YYYY-MM-DDTHH:mm:ssZ
format, for example 2023-04-30T16:00:00-05:00
.
And I want to display 2023-04-30 04:00 PM EST
using dayjs
.
How can I do that?
The time is given in YYYY-MM-DDTHH:mm:ssZ
format, for example 2023-04-30T16:00:00-05:00
.
And I want to display 2023-04-30 04:00 PM EST
using dayjs
.
How can I do that?