Difference between revisions of "PHP timestamp"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "PHP supports timestamps with the timestamp() method. == See also == * PHP")
 
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
* [[PHP]]
 
* [[PHP]]
 +
* [[PHP date]]
 +
* [[PHP time]]
 +
* [[PHP date and time]]
 +
 +
== External links ==
 +
 +
[[Category:PHP]]

Latest revision as of 08:29, 12 April 2016

PHP supports timestamps with the timestamp() method.

See also

External links