bool = IsMonday(nDate)
This macro function checks if the date nDate is a Monday.
This macro code below displays the text "staff meeting at 5pm" every Monday.
sResult = ''
if IsMonday(n_TokenDate)
sResult = 'staff meeting at 5pm'
endif
See also: IsSunday, IsWeekend, IsDayOfWeek.
Topic 110079, last updated on 18-Apr-2020