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
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
: 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
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];