How to create a date with a string through strtotime () in PHP
This article mainly introduces how to create a date with a string through strtotime () in PHP. It is very detailed and has a certain reference value. Friends who are interested must read it!
Create a date with a string through PHP strtotime ()
The PHP strtotime () function is used to convert human-readable strings into Unix time.
Grammar
Strtotime (time,now)
The following example creates a date and time through the strtotime () function:
Example
PHP is very clever at converting strings to dates, so you can use a variety of values:
Example
However, strtotime () is not perfect, so remember to check the string you put into it.
The above is all the content of the article "how to create a date with a string through strtotime () in PHP". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!