I'm not a php-guy, but have been assigned to a php site. So I'm comfortable with other development, but my php is terrible.
So, any help would be awesome.
Here's my issue. This statement:
print date("m-d-Y", strtotime("06-16-2009"));
prints
09-29-2012
why?
If I understand it, the hard coded date should convert a (Unix-like) time, then back to a date with the format. So it *should* print the hardcoded value. Where in the world does it come up with the date it has?
Hellllllppp
thanks for any thoughts.