Getting Hour and Minute in PHP

前端 未结 7 1281
既然无缘
既然无缘 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 10:09

    You can use the following solution to solve your problem:

    echo date('H:i');
    
    0 讨论(0)
提交回复
热议问题