Date and Time function library: gmstrftime

Source: Internet
Author: User
Keywords gmstrftime php Chinese function Handbook date and time function library
Tags aliyun date date and time function library function function library html http php

Gmstrftime

(PHP3 >= 3.http://www.aliyun.com/zixun/aggregation/37104.html ">0.12 PHP4 >=)

Gmstrftime---format GMT/date according to locale setting

Syntax: string gmstrftime (string format, int timestamp)

Description:

The effect is the same as strftime (), except that the return time of this function is Greenwich mean time, for example, when performing the standard Time in the East (GMT-0500), the first line below lists "Dec 31 1998 20:00:00" and the second row lists "01 1999 01:00:00 ".

Example:

<?php

setlocale (' Lc_time ', ' en_US ');

Echo strftime ("%b%d%Y%h:%m:%s", Mktime (20,0,0,12,31,98)). " \ n ";

Echo gmstrftime ("%b%d%Y%h:%m:%s", Mktime (20,0,0,12,31,98)). " \ n ";

?>

Reference: Strftime ()

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.