Author |
|
colins Newbie
Joined: 16 April 2011 Location: United States
Online Status: Offline Posts: 5
|
Posted: 16 April 2011 at 10:15pm | IP Logged
|
|
|
If you find that the email time format is wrong when selecting a default format of 1PM, look in class_datetime.php for
define('DATEFORMAT_TIME_12', 'G:i A');
and change it to
define('DATEFORMAT_TIME_12', 'g:i A');
You may need to log out and back in to see the change.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 April 2011 at 3:05pm | IP Logged
|
|
|
Thanks for the valuable input!
Just wanted to let everyone know that in current version of WebMail Pro (PHP) this is corrected, and it's "g:i A" there now.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|