gpt4 book ai didi

php - Yii:如何在 View 中格式化日期时间并按年份搜索

转载 作者:行者123 更新时间:2023-12-02 04:34:15 25 4
gpt4 key购买 nike

我有这个代码:

array(
'name'=>'create_time',
'type'=>'datetime',
'filter'=>Lookup::items('create_time'),
),

我要:

  1. 日期为 01.03.2009 16:09:47,而不是 2009/01/03 04:09:47 AM(以及完整的月份名称 - 使用特定语言)
  2. 只有年份的过滤器

最佳答案

一个更面向 Yii 的方式是:

'value'=>'Yii::app()->dateFormatter->format("d.m.y h:i:s",strtotime($data->datetime))',

关于php - Yii:如何在 View 中格式化日期时间并按年份搜索,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22307273/

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