Skip to main content
Inspiring
January 14, 2010
Question

Calendar - Need to show M-F Only

  • January 14, 2010
  • 1 reply
  • 724 views

Hi all,

I am editing someone else code... I need to show M-F only. currently the attached tag shows S-Saturday. Any help appreciated...

This topic has been closed for replies.

1 reply

ilssac
Inspiring
January 14, 2010

Inside that main loop put in if block around all the rest of the logic to test if the date is a Sunday [DayOfWeek(MyDate EQ 1] OR Saturday [DatOfWeek(MyDate) EQ 7].  You wall allso need to modify the Week End if statement to look for Monday (2) OR Friday (6).

emmim44Author
Inspiring
January 14, 2010

I have spent quite some and no success..I know it is something light.. .but cannot figure out. Please see the attached updated one./