2011-03-04 68 views

回答

2
$usertime = strtotime('CDT 2011-02-01 16:30:00'); 
if (time() > $usertime) echo 'time passed'; 
+0

也許你混了JavaScript和PHP的:) – DhruvPathak 2011-03-04 09:56:41

+0

謝謝,但它不能爲$ usertime =的strtotime( 'IST 2011-03-04 13:30:00');其下午3:30在這裏 – Nag 2011-03-04 09:56:50

+0

任何一個請?? – Nag 2011-03-04 10:20:45

相關問題