 |
|
Code (PHP)
echo date("l", mktime(0, 0, 0, 7, 1, 2000)); // show full name of day, Ex. sunday
//date("l", mktime(H, i, s, m, d, y));
echo date("w", mktime(0, 0, 0, 7, 1, 2000)); // show number of day 0 as sunday
|
 |
 |
 |
 |
Date :
2010-02-05 16:23:56 |
By :
lozomac |
|
 |
 |
 |
 |
|
|
 |