How to use php set date equate?
Posted: Wed Oct 27, 2004 10:15 pm
Dear all,
How to use php set date equate?
e.g.
$cal_date = date("Ymd") - 14; // 14 <--- 14 Days
I think give me result is "20041014"...but it get me result is 1990...why?
I want to use today - 14days or above only...How to I do?
Who people tell me why...
How to use php set date equate?
e.g.
$cal_date = date("Ymd") - 14; // 14 <--- 14 Days
I think give me result is "20041014"...but it get me result is 1990...why?
I want to use today - 14days or above only...How to I do?
Who people tell me why...