Date Time Format

Hello,

I have a D7.06 site in development and I noticed that the date format in the MAILBOX INBOX section is incorrect. It displays day/month/year instead of month/day/year. I have set all the appropriate variables in the ADMIN panel and the date format displays correctly throughout the entire site except in the MAILBOX INBOX section (see attached pic).

 

Any ideas on a fix?

date time format.PNG · 33.4K · 381 views
Quote · 29 Jun 2011

thats really easy just open BxBaseMailBox.php you will fined it under (templates\base\scripts\)

search for

DATE_FORMAT(`Date`, '%d.%m.%Y %H:%i') AS `Date`

replace it with

DATE_FORMAT(`Date`, '%m.%d.%Y %H:%i') AS `Date`

and your all set

nazzal

>if you liked this read my signature Laughing

if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;)
Quote · 29 Jun 2011

Worked like a charm Nazzal. Thank you. And I read your signature. DONE!

Quote · 29 Jun 2011

 

Worked like a charm Nazzal. Thank you. And I read your signature. DONE!

 lol.. happy it worked for you ...

if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;)
Quote · 29 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.