|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-21 09:41 UTC] mgf@php.net
[2003-03-21 13:24 UTC] hholzgra@php.net
[2003-08-11 16:00 UTC] hholzgra@php.net
[2003-08-16 00:56 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 09:00:02 2025 UTC |
<? echo 'Dates 2003-03-29 and 2003-03-30 to timestamp:<br>'.strtotime('2003-03-29').'<br>'.strtotime('2003-03-30'); echo '<br>and then back with date function:<p>'.date('Ymd',strtotime('20030329')).'<br>'.date('Ymd',strtotime('20030330')).'<-There is an error. Must be 2003-03-30'; ?>