/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* $_SESSION['plusDate'] is input in "-1" style*/ $_SESSION['plusDate'] = datumObj::toUnix( '23:59:59' ); /* based on this class */ class datumObj { public static function toUnix($datum , $uur) { } public static function fromUnix( $timestamp ){ } }