Re: Getting next Monday...

2001-12-06 Thread John W. Krahn
Sandeep Shinagare wrote: > > Hi All, > I am trying to find the date, month and year of the next Monday given any > day. > I am using this to get todays date/day/month etc. Is there a way to use > this > information to get the next Monday? > > #snip-start > $thisday=(Sun,Mon,Tue,Wed,Thu,Fri,Sat

Re: Getting next Monday...

2001-12-06 Thread Peter Scott
At 05:06 PM 12/6/01 +, Shinagare, Sandeep wrote: >Hi All, >I am trying to find the date, month and year of the next Monday given any >day. >I am using this to get todays date/day/month etc. Is there a way to use >this >information to get the next Monday? > >#snip-start > $thisday=(Sun,Mon,Tu

RE: Getting next Monday...

2001-12-06 Thread Wagner-David
: Getting next Monday... Hi All, I am trying to find the date, month and year of the next Monday given any day. I am using this to get todays date/day/month etc. Is there a way to use this information to get the next Monday? #snip-start $thisday=(Sun,Mon,Tue,Wed,Thu,Fri,Sat)[(localtime)[6

Getting next Monday...

2001-12-06 Thread Shinagare, Sandeep
Hi All, I am trying to find the date, month and year of the next Monday given any day. I am using this to get todays date/day/month etc. Is there a way to use this information to get the next Monday? #snip-start $thisday=(Sun,Mon,Tue,Wed,Thu,Fri,Sat)[(localtime)[6]]; $thisdate=(localtime)[3];