Timestamp Converter


Timestamp

Convert to



A timestamp is a sequence of characters, denoting the date and/or time at which a certain event occurred. This data is usually presented in a consistent format, allowing for easy comparison of two different records and tracking progress over time;
Source: Wikipedia.org.

How to get timestamp in PHP?

int time ( void )
 
Returns the current time measured in the number of seconds since the Unix Epoch

Source: http://php.net/manual/en/function.time.php

0 answers:

Do you know the answer?

Post an answer