G
Guest
Is there a Function that can list all the days of a month? For example, my
help provides me with a WeekDay (e.g.,
intOffset = Abs((9 - Weekday(Now))Mod 7)
ListMondays = Format(Now() + intOffset + 7 * row,"mmmm d")
What about for any given month listing each day of that month?
help provides me with a WeekDay (e.g.,
intOffset = Abs((9 - Weekday(Now))Mod 7)
ListMondays = Format(Now() + intOffset + 7 * row,"mmmm d")
What about for any given month listing each day of that month?