设为首页 收藏本站
查看: 978|回复: 0

[经验分享] date function of PHP

[复制链接]

尚未签到

发表于 2017-3-26 06:32:11 | 显示全部楼层 |阅读模式
date
(PHP 4, PHP 5)
date— Format a local time/date
初始化局部时间
 
Description
stringdate( string$format[, int$timestamp = time()] )
Returns a string formatted according to the given format string using thegiven integer timestampor the current timeif no timestamp is given.  In other words, timestampis optional and defaults to the value of time().
返回指定的integer类型时间戳或者当前时间戳的格式化String,格式由format指定。换句话说,时间戳的默认值和time()函数一样。
 
format
The format of the outputted date string. See the formattingoptions below. There are also severalpredefined date constantsthat may be used instead, so for example DATE_RSScontains the format string 'D, d M Y H:i:s'.
根据格式输出时间String。可以看下列的格式符。当然,也有一些常量代表一些常用时间格式。比如说DATE_RSS就包含格式String ‘D, d M Y H:i:s’ 。
 
day
 
d   Day of the month, 2 digits with leading zeros   01to 31   一个月中天数,两位,不足补零。
D   A textual representation of a day, three letters   Monthrough Sun   以三个字符表示星期几。
j    Day of the month without leading zeros    一个月中天数,不补零。
l(lowercase 'L')    A full textual representation of the day of the week    Sundaythrough Saturday  完整表示星期几。
N   ISO-8601 numeric representation of the day of the week (added inPHP 5.1.0)   1(for Monday) through 7(for Sunday)   以数字表示星期几(ISO-8601)
S   English ordinal suffix for the day of the month, 2 characters    st, nd, rdorth.  Works well with j   以英语的序列数表示一个月中天数,两位,和j一样。
w   Numeric representation of the day of the week    0(for Sunday) through 6(for Saturday)   以数字表示星期几(从0开始)。
z    The day of the year (starting from 0)     0through 365   一年中天数(从0开始)。
 
week
 
W    ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)   Example: 42(the 42nd week in the year)    以数字表示一年中第几个星期,一个星期以星期一开始。
 
month
 
F     A full textual representation of a month, such as January or March   Januarythrough December    一年中月份的完全表示。
m    Numeric representation of a month, with leading zeros      01through 12  一年中月份用数字两位表示,不足补零。
M    A short textual representation of a month, three letters    Janthrough Dec    一年中月份的简略表示,三位。
n    Numeric representation of a month, without leading zeros   1through 12   一年中月份用数字表示,不补零。
t     Number of days in the given month    28through 31   给定的月份的天数。
 
year
 
F    Whether it's a leap year     1if it is a leap year, 0otherwise.     闰年返回1,否则返回0。
o    ISO-8601 year number. This has the same value asY, except that if the ISO week number(W) belongs to the previous or next year, that yearis used instead. (added in PHP 5.1.0)    Examples: 1999or 2003    和Y功能相同,如果W的值在前一年和下一年,就用这一年的年份代替。
Y    A full numeric representation of a year, 4 digits     Examples: 1999or 2003    以四位数字表示年份。
y    A two digit representation of a year     Examples: 99or 03    以两位数字表示年份。
 
time
 
a    Lowercase Ante meridiem and Post meridiem   amor pm    小写的am和pm表示上午和中午。
A    Uppercase Ante meridiem and Post meridiem   AMor PM     大写的AM和PM表示上午和中午。
B    Swatch Internet time     000through 999    Swatch网络时间
g    12-hour format of an hour without leading zeros     1through 12     12小时制表示时间,不补零。
G    24-hour format of an hour without leading zeros    0through 23      24小时制表示时间,不补零。
h    12-hour format of an hour with leading zeros         01through 12     12小时制表示时间,补零。、
H    24-hour format of an hour with leading zeros    0through 23      24小时制表示时间,补零。
i     Minutes with leading zeros      00to 59     表示小时中分钟数,补零。
s    Seconds, with leading zeros    00through 59    表示秒数,补零。
u    Microseconds (added in PHP 5.2.2)     Example: 654321     微秒表示。
 
timezone
 
e    Timezone identifier (added in PHP 5.1.0)     Examples: UTC, GMT, Atlantic/Azores    时区标识符。
I(capital i)    Whether or not the date is in daylight saving time     是否为夏令时,是返回1,不是0。
O    Difference to Greenwich time (GMT) in hours    Example: +0200   与GMT时区相差几个小时。
P     Difference to Greenwich time (GMT) with colon between hours and minutes (added in PHP 5.1.3)     Example: +02:00    与GMT时区相差多少小时分钟。冒号分隔小时和分钟。
T     Timezone abbreviation     Examples: EST, MDT...     时区的缩写。
Z     Timezone offset in seconds. The offset for timezones west of UTC is alwaysnegative, and for those east of UTC is always positive.      -43200through 50400   时区偏移的秒数,UTC以西为负数,以东为正数。
 
full date/time
c     ISO 8601 date (added in PHP 5)     2004-02-12T15:19:21+00:00
r      » RFC 2822formatted date      Example: Thu, 21 Dec 2000 16:01:07 +0200
U     Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)      See also time()    Unix纪元(1970年)。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-355371-1-1.html 上篇帖子: PHP 截取中文(UTF8版) 下篇帖子: PHP调试及代码注释
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表