Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
generate a correct ebay datetime object in php
SUBMITTED BY:
Guest
DATE:
Oct. 13, 2014, 8:05 p.m.
FORMAT:
Text only
SIZE:
152 Bytes
Raw
Download
Tweet
HITS:
816
Go to comments
Report
$date = date('Y-m-d') . 'T' . date('H:i:s',time() - 60*60*24*100) . 'Z';
$date = new DateTime($date, new DateTimeZone('Europe/Amsterdam'));
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus