Record 預設日期中式
發表於 : 2005-10-19 15:52:33
在
Show()
由
$this->sign_up->SetValue($this->ds->sign_up->GetValue());
改為
$this->sign_up->SetValue(date_csttotw($this->ds->sign_up->GetValue()));
且欄位的預設值Default Value 設為
date_csttotw(date("Y-m-d"))
Show()
由
$this->sign_up->SetValue($this->ds->sign_up->GetValue());
改為
$this->sign_up->SetValue(date_csttotw($this->ds->sign_up->GetValue()));
且欄位的預設值Default Value 設為
date_csttotw(date("Y-m-d"))