Getting Hour and Minute in PHP

前端 未结 7 1293
既然无缘
既然无缘 2020-12-05 09:43

I need to get the current time, in Hour:Min format can any one help me in this.

7条回答
  •  一生所求
    2020-12-05 09:58

    Another way to address the timezone issue if you want to set the default timezone for the entire script to a certian timezone is to use date_default_timezone_set() then use one of the supported timezones.

提交回复
热议问题