Hi all
i'm using the folwowing:
$DATE_CURRENT = date("n,d,Y"
;
$TEMP_DAY = date("d", mktime(0,0,0,$DATE_CURRENT));
$TEMP_MONTH= date("n", mktime(0,0,0,$DATE_CURRENT));
$TEMP_YEAR = date("Y", mktime(0,0,0,$DATE_CURRENT));
Where the Year, Month, day can vary as i will change them often! The Month and day are stored perfectly but the Year doesn't! it stays 2004!!! what's wrong
pls somebody help!
Thanks
Nick
i'm using the folwowing:
$DATE_CURRENT = date("n,d,Y"

$TEMP_DAY = date("d", mktime(0,0,0,$DATE_CURRENT));
$TEMP_MONTH= date("n", mktime(0,0,0,$DATE_CURRENT));
$TEMP_YEAR = date("Y", mktime(0,0,0,$DATE_CURRENT));
Where the Year, Month, day can vary as i will change them often! The Month and day are stored perfectly but the Year doesn't! it stays 2004!!! what's wrong
pls somebody help!
Thanks
Nick