J. Schultz
11-17-2010, 05:21 AM
Hello,
Using the date display option through PHP of "dMy" I am getting 17Nov10 on my site.
I would like to change this to display as 17NOV10 instead.
On a previous forum I used, I made slight changes to a line similar to this:
$txt['months_short'] = array(1 => 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
instead
$txt['months_short'] = array(1 => 'JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', etc, etc
This caused the forum to display the date with all capitalized 3 letter month.
Any ideas on how I might go about this? I have been searching through vB4 files for a while now and have not found anything that includes these.
Thank you much,
James
Using the date display option through PHP of "dMy" I am getting 17Nov10 on my site.
I would like to change this to display as 17NOV10 instead.
On a previous forum I used, I made slight changes to a line similar to this:
$txt['months_short'] = array(1 => 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
instead
$txt['months_short'] = array(1 => 'JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', etc, etc
This caused the forum to display the date with all capitalized 3 letter month.
Any ideas on how I might go about this? I have been searching through vB4 files for a while now and have not found anything that includes these.
Thank you much,
James