php date
Posted: Thu Oct 06, 2011 5:34 am
Hi,
Is there a way to achieve this date below using php, I achieved this using this javascript code: new Date().valueOf(); but I need it in php;
Youssef
Is there a way to achieve this date below using php, I achieved this using this javascript code: new Date().valueOf(); but I need it in php;
Code: Select all
Required. Date and time of the
purchase expressed as the number
of milliseconds elapsed since
January 1, 1970 00:00:00 GMT.
For example, the TimeStamp for
00:00:00 GMT, 1st September
2003 is 1062374400000
.