gpt4 book ai didi

Silverstripe TimeField - 隐藏秒数

转载 作者:行者123 更新时间:2023-12-05 00:32:24 24 4
gpt4 key购买 nike

有没有办法在 Silverstripe CMS 的 TimeField 中隐藏秒数?

static $db = array (        

'StartTime' => 'Time',
'EndTime' => 'Time',

);

public function getCMSFields() {
$f = new FieldList(
new TimeField('StartTime', _t('CalendarDateTime.STARTTIME','Start time')),
new TimeField('EndTime', _t('CalendarDateTime.ENDTIME','End time')),
return $f;
}

最佳答案

$myTimeField->setConfig('timeformat', 'HH:mm'); - 见 TimeField API docs .

关于Silverstripe TimeField - 隐藏秒数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13391176/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com