在
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"))
Record 預設日期中式
用 event 的方法
欄位的預設值Default Value 設為
date_csttotw(date("Y-m-d"))
event => student_sign_up_BeforeShow()
加入
if($student->ds->sign_up->GetValue()<>""){
$student->sign_up->SetValue(date_csttotw($student->ds->sign_up->GetValue()));
}
date_csttotw(date("Y-m-d"))
event => student_sign_up_BeforeShow()
加入
if($student->ds->sign_up->GetValue()<>""){
$student->sign_up->SetValue(date_csttotw($student->ds->sign_up->GetValue()));
}