strtotime of today

michaelbish

New Member
Hallo, I want to find the difference between today and another date,convert todays date into unix time format here\[code\] <?php echo '1st one'.strtotime(date("d.m.Y")).'<br>'; echo '2nd one'.strtotime(date("m.d.Y")).'<br>'; ?>\[/code\]The first echo is producing some value, but not the second one. What is the bug in it...please help..
 
Back
Top