glloeb
09-10-2006, 03:55 AM
Okay, here is my feeble attempt to change the comment date-time to match the way dates are displayed on the top of my comment pages. From index.php:
new version: $datetime = gmdate("F jS, Y g:i a",time()+(3600 * $cfgrow['timezone'])); // current date+time
old version : $datetime = gmdate("Y-m-d H:i:s",time()+(3600 * $cfgrow['timezone']));
The problem is that while the new code is implemented, it still displays the old version of the date. You can check this out yourself here (http://gabrielloeb.com) by clicking on the comment link.
I would appreciate any help I receive in fixing this issue.
Thanks much,
Gabriel Loeb (http://gabrielloeb.com)
new version: $datetime = gmdate("F jS, Y g:i a",time()+(3600 * $cfgrow['timezone'])); // current date+time
old version : $datetime = gmdate("Y-m-d H:i:s",time()+(3600 * $cfgrow['timezone']));
The problem is that while the new code is implemented, it still displays the old version of the date. You can check this out yourself here (http://gabrielloeb.com) by clicking on the comment link.
I would appreciate any help I receive in fixing this issue.
Thanks much,
Gabriel Loeb (http://gabrielloeb.com)