What Day Is It? (OpenInsight 32-bit Specific)
At 20 SEP 2004 07:52:35PM Marty Rosenbloom wrote:
Hi,
If I Oconv Date() I will find out the date, but how can I programmatically determine the day of the week for that date?
TIA,
Marty
At 20 SEP 2004 09:31PM Jim Weir wrote:
DayOfWeek=mod(date(),7)
At 20 SEP 2004 11:12PM Marty Rosenbloom wrote:
Jim,
Thanks for the tip. Just what I was looking for.
Marty