note 86238 rejected from function.date by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Anonymous
----
When I run the following code on my server (sitting in front of me)
<?php echo(date('M n Y')); ?>
it returns
Oct 10 2008
it should return
Oct 8 2008
What gives?