RSS

Monthly Archives: June 2012

php script

 $today=date("Y-m-d");
 $dt=date_create_from_format( 'd/m/Y', "02/03/2008");
 $live_date=$dt->format( 'Y-m-d' );
--------------------------------

 
Leave a comment

Posted by on June 14, 2012 in PHP