@jokke72
13 years, 3 months ago
Hello,
this might help http://www.php.net/manual/en/datetime.settimestamp.php
this might help <?php $date = date_create(); echo date_format($date, ‘U = Y-m-d H:i:s’) . “n”;
date_timestamp_set($date, 457315200); echo date_format($date, ‘U = d.m.Y’) . “n”; ?>