Hi,
Tuesday, January 13, 2004, 11:07:05 PM, you wrote:
n> Greetings;
n> I need a help here ... I want to make function that return the dates of
n> Tuesdays in a given year
n> Example::
n> Calc_Tuesdays (2004);
n> //and it should return or echo
n> 2004-01-06
n> 2004-01-13
n> 2004-01-20
n> 2004-
Greetings;
I need a help here ... I want to make function that return the dates of
Tuesdays in a given year
Example::
Calc_Tuesdays (2004);
//and it should return or echo
2004-01-06
2004-01-13
2004-01-20
2004-01-27
2004-02-03
.
.
etc ofcourse it should echo 5 Tuesdays in March by example
2 matches
Mail list logo