在config文件夹下,main.php 中,

return [
    'charset' => 'utf-8',
    'language' => 'zh-CN',
    'timeZone' => 'Asia/Shanghai',
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache'
        ],
        'formatter' => [
            'dateFormat' => 'yyyy-MM-dd',
            'timeFormat' => 'HH:mm:ss',
            'datetimeFormat' => 'yyyy-MM-dd HH:mm:ss'
        ]
    ]
];

相关文章:

  • 2021-07-15
  • 2022-12-23
  • 2021-12-21
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-12-13
猜你喜欢
  • 2021-08-02
  • 2021-09-14
  • 2021-04-02
  • 2022-12-23
  • 2022-01-02
  • 2022-01-02
  • 2022-01-02
相关资源
相似解决方案