在PHP中获取小时和分钟 [英] Getting Hour and Minute in PHP

查看:65
本文介绍了在PHP中获取小时和分钟的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要以Hour:Min格式获取当前时间,任何人都可以帮忙解决这个问题.

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

推荐答案

print date('H:i');
$var = date('H:i');

应该在当前时间执行此操作.将小写h用作12小时时钟,而不是24小时.

Should do it, for the current time. Use a lower case h for 12 hour clock instead of 24 hour.

这篇关于在PHP中获取小时和分钟的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆