phpretard Posted December 18, 2010 Share Posted December 18, 2010 I don't get it...every other day but Sunday is shows up correct? $VDOP = "2011-12-04"; $exp = explode("-", $VDOP); echo "$VDOP is on a " .date("l", mktime(0, 0, 0, $exp[2], $exp[1], $exp[0])); Any thoughts on this (besides Jesus doesn't like PHP ). Link to comment https://forums.phpfreaks.com/topic/222068-date-to-day-translation/ Share on other sites More sharing options...
Pikachu2000 Posted December 18, 2010 Share Posted December 18, 2010 Does that represent Dec 4 or Apr 12? Link to comment https://forums.phpfreaks.com/topic/222068-date-to-day-translation/#findComment-1149004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.