You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using formatDateTime(date,'ddd') should result in "Mon" or "Tues" but results in the numeric day of the month -- same as using d.
Similarly, dddd should result in the full day name, "Monday" but results in the day of the month prepended with a 0, that is "016" on Jan 16. instead of "Thursday"
The text was updated successfully, but these errors were encountered:
Using
formatDateTime(date,'ddd')
should result in "Mon" or "Tues" but results in the numeric day of the month -- same as usingd
.Similarly,
dddd
should result in the full day name, "Monday" but results in the day of the month prepended with a 0, that is "016" on Jan 16. instead of "Thursday"The text was updated successfully, but these errors were encountered: