/CustomEpochTimestamp

A shorter timestamp for your project

Primary LanguagePHP

CustomEpochTimestamp

A shorter timestamp for your project

Usage

$timestamp = new Timestamp;
$timestamp()
//3070401 (int)

new (Timestamp)()
//3070401 (int)

$stringTimestamp = '' . (new Timestamp)
//3070401 (string)