I'm using the FirstDayOfMonth function to help create a calendar, but it doesn't seem to return the correct day. If I use:
#DayOfWeek(FirstDayOfMonth(Now()))#
to get the day of the week for the current month (may), and it returns 2 (monday) when it should be 4 (wednesday).
I must be doing something wrong... thanks for any help!
#DayOfWeek(FirstDayOfMonth(Now()))#
to get the day of the week for the current month (may), and it returns 2 (monday) when it should be 4 (wednesday).
I must be doing something wrong... thanks for any help!