Record 預設日期中式

CodeCharge Studio 2.x, 3.x, 4.x, 5.x
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Record 預設日期中式

文章 yehlu »


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"))
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

用 event 的方法

文章 yehlu »

欄位的預設值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()));
}
回覆文章

回到「CodeCharge Studio」