Search 時中式日期轉西式的問題
發表於 : 2005-10-19 16:16:50
在Grid 的 Prepare()
把
$this->wp->AddParameter("5", "urls_s_date", ccsText, "", "", $this->Parameters["urls_s_date"], "", false);
改為
$this->wp->AddParameter("5", "urls_s_date", ccsText, "", "", date_twtocst($this->Parameters["urls_s_date"]), "", false);
把
$this->wp->AddParameter("5", "urls_s_date", ccsText, "", "", $this->Parameters["urls_s_date"], "", false);
改為
$this->wp->AddParameter("5", "urls_s_date", ccsText, "", "", date_twtocst($this->Parameters["urls_s_date"]), "", false);