首页>>帮助中心>>美国云服务器php中日期相关函数有哪些

美国云服务器php中日期相关函数有哪些

2023/7/17 332次

美国云服务器php中日期相关的函数有date_createdate_diffstrtotimemicrotime常见的几种

1.date_create函数

date_create函数作用:

phpdate_create函数的作用是用于返回一个新的DateTime对象。

date_create函数语法:

date_create(time,timezone);

参数:

time:规定日期时间字符串。

timezone:规定time的时区。

date_create函数使用方法:

例:创建一个DateTime对象,并格式化输出

$date=date_create("2021-03-23");

echo date_format($date,"Y/m/d");

2.date_diff函数

date_diff函数作用:

phpdate_diff函数的作用是用于返回两个DateTime对象间的差值。

date_diff函数语法:

date_diff(datetime1,datetime2)

date_diff函数使用方法:

例:计算时间2020-03-232021-03-23的差值

$date1=date_create("2020-03-23");

$date2=date_create("2021-03-23");

$diff=date_diff($date1,$date2);

3.strtotime函数

strtotime函数作用:

phpstrtotime函数的作用是将字符串的日期时间解析为Unix时间戳。

strtotime函数语法:

strtotime(time,now);

strtotime函数使用方法:

echo(strtotime("next Monday") ;

echo(strtotime("last Sunday"));

4.microtime函数

microtime函数作用:

phpmicrotime函数的作用是返回当前Unix时间戳的微秒数。

microtime函数语法:

microtime();

microtime函数使用方法:

echo(microtime());

购买使用一诺网络美国云服务器,可以极大降低初创企业、中小企业以及个人开发者等用户群体的整体IT使用成本,无需亲自搭建基础设施、简化了运维和管理的日常工作量,使用户能够更专注于自身的业务发展和创新。美国云服务器低至49/月,购买链接:https://www.enuoidc.com/vpszq.html?typeid=3