Strftime is a common PHP in the date-time acquisition function, will be stored in the database of the number converted to a function of time, here for you to introduce the use of strftime function and parameters, the need for friends can refer to
Definitions and usageThe strftime () function formats the local time/date according to the locale setting.
GrammarStrftime (format,timestamp) parameter descriptionFormat is optional. Specify how the results are returned.Timestamp optional.Tips and
PHP strftime () function How to output the Chinese version of the week: as of MondaySetLocale (Lc_all, "chs.utf-8");echo "Chinese simple physique Type:". Strftime ("%u");?>To run this code, there is no output result in Chinese simple
Direct call to Strftime () strftime (TIME_BUF, N, "%a,%e%b%G%T%z", p_stime); Output to??, 18 12?? 2015 11ê±19? 36?? +0800ReasonStrftime () output is output in accordance with the encoding format set by the system, and the system does not match,Two
{Code ...}
Reply content:
% GNot the year of the Gregorian calendar, but accordingISO-8601: 1988The standard year is calculated by week.According to this calendar, the firstNot less than 4 days(Week 1 is the first day of a week). It is
PHP version to achieve a friendly time display (ex: 2 hours ago), the way the PHP display
Full PHP class, usually I will cooperate with smary use, quick Use (plugins/function.rdate.php), more PHP technology development go to PHP Tutorial network,
Full PHP class, usually I will cooperate with smary use, quick use.
200601*/) {return date (' Ym ', Strtotime (' +1 month ', Strtotime ($month. ' 01 ')));} function Prevmonth ($month/*200512->200511*/) {return date (' Ym ', Strtotime ('-1 month '
Use the function date () to implement the displayed in the format: year-month-day hours: minutes: secRelated Time parameters:A-"AM" or "PM"A-"AM" or "PM"D-A few days, two digits, if less than two digits before the 0; such as: "01" to "31"D-Days of
When I used to solve this problem with ASP is quite simple, the ASP has the corresponding function DateDiff can give two days period interval How many months, how many days and how many seconds. When I searched through the PHP manual I found that
The direct subtraction of functions is not correct, you need to do this:
* * Get the current date and time
In Unix, time is represented by the number of seconds that have elapsed since 0 o'clock January 1, 1970, which is called the Unix timestamp (
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.