2009-12-31 21 views

cevap

1
//Call this once before the 1st date/time operation 
date_default_timezone_set('Europe/Zurich'); 

echo date('H:i', strtotime('6:15pm')); 
İlgili konular