Format Date: weekdays
How can I format a date to show the weekday?
I used a formatting token that is on library (https://date-fns.org/v3.6.0/docs/format) as you can see in the picture attached, but the output was the formula set:
format(new Date(2024-05-22T16:53:03.682Z), 'EEEE')
Modern JavaScript Date Utility Library
date-fns provides the most comprehensive yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.

3 Replies