Home  >  Article  >  Backend Development  >  Detailed introduction to date function

Detailed introduction to date function

怪我咯
怪我咯Original
2017-06-10 10:29:131793browse

PHP provides a variety of functions for obtaining time and date. In addition to obtaining the current UNIX timestamp through the time() function and obtaining the current time using the date function, the getdate() function can also be called to determine the current time. This chapter will introduce you to the "getdate()" function. Usage of the getdate() function: The getdate() function obtains the relevant information of the specified part of the date. Its syntax is as follows: getdate(timestamp); the getdate() function returns the date and time information in the form of an array. If there is no parameter timestamp, it is Based on the current time. The associative array elements returned by this function are as follows: Description of the associative array elements returned by the getdate() function Key name description Return value example "seconds" The number of seconds represents 0 to 59 "minutes" The number of minutes represents 0 to 59 "hours" The number represents the day of the month from 0 to 23. "mday" The number represents the day of the month from 1 to

1. php getdate() function to obtain date information detailed example

Detailed introduction to date function

Introduction: PHP provides a variety of functions for obtaining time and date, in addition to obtaining the current UNIX time through the time() function In addition to stamping and using the date function to obtain the current time, you can also call the getdate() function to determine the current time. This chapter will introduce you to the "getdate()" function.

2. PHP date() function to obtain the current date and time instance details

Detailed introduction to date function

Introduction: When we explain how to get the current timestamp instance, we use the date() function to get the current time and date. In this chapter, we will introduce to you how to get the current date and date. The "date" function for time. Usage of date function In PHP, use the date() function to obtain the current time and date. Its syntax format is as follows

3. Detailed explanation of converting varchar type to date in MySQL Type method

timg (2).jpg

Introduction: The following table: First use the str_to_date function to convert its varchar type to date type, and then convert it from small to large Sorting syntax: select str_to_date(class_time,'%Y%m%d %H:%i:%s') a from a order by a desc; Let's take a look at the date format conversion of varchar type in Oracle. Date type varchar in Oracle Type date format conversion date type SELECT to_char(to

4. php Detailed explanation and difference between time time and date date

Detailed introduction to date function

##Introduction: There is a time function and a date function in PHP. The difference between these two functions is obvious, but you should pay more attention to it. Time and date are two completely different formats, and of course there is a string format. This article focuses on the differences between them.

#5.

date and gmdate in php. The difference between functions

timg (3).jpg

Introduction: Summary: There are two functions for formatting time in PHP: date() and gmdate() , the description in the official document is...

[Related Q&A recommendations]:

php - Use pdo to execute sql insert Strange phenomena occur during operations

What is the difference between date and gmdate functions?

javascript - js function parameters are objects

javascript - Why is blur in componentWillUpdate not executed?

##Questions about the php date function?

The above is the detailed content of Detailed introduction to date function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn