Thanks to @Entick and @Fred_Kuzyk ! The solution was to use
FORMAT_DATETIME_WITH_TIMEZONE(specificdate,"ddd)
Hello everyone! I would like to learn how to get the day of a specific date.
For example, I can use NOW(“ddd”) to get today’s day.
If today is 2023-02-07 (Feb 7th, 2023), I will get “Tue” from the above function.
If I would like to know which day was 2023-02-01 (Feb 1st, 2023), what function do you suggest using? I went through the AppGyver documentation on dates and couldn’t find one that gives the day of a specific date.