core.noscript.text
Hello all,
How to find the day of a Date if the week starts on Monday
Solved! Go to Solution.
datetimeformat([date],"%u") gives you monday as 1 day of the week.
datetimeformat([date],"%a") will give you 3 letter weekday abbreviation
Consider Monday is the First day of the week
datetimeformat([date],"%u") gives you monday = 1.