Menu

#3 CDate::__construct("Format") to understand date("e");

open
nobody
None
5
2006-10-12
2006-10-12
Dan
No

$date = new CDate("2006-01-01 9:00:00 Australia/Adelaide");

Should be the same as

$date = new CDate("2006-01-01 9:00:00");
$date->setTZ(new CDate_TimeZone("Australia/Adelaide"));

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.