在CI出現錯誤提示:
Message: A non well formed numeric value encountered
是少了strtotime
date("Y-m-d",strtotime($_GET['start_date']));
- Jul 23 Tue 2013 17:11
-
PHP|把日期轉成我要的格式
在CI出現錯誤提示:
Message: A non well formed numeric value encountered
是少了strtotime
date("Y-m-d",strtotime($_GET['start_date']));
請先 登入 以發表留言。