the new community builder-how to change military to standard time - Joomla! Forum - community, help and support
i know isnt place post this, tried on joomlapolis , nobody responds. on persons profile page, says "last visit" , "last updated", shows military time instead of standard. know how change date formats, cant figure out change it. joomla config set right how want it, , joomlaboard forums, matter of getting 1 last bit done.
here link post made on joomlapolis...
http://www.joomlapolis.com/component/op ... /catid,20/
and way, community builder absolutely amazing. if running portal site. havent launched site yet, far cb works awesome.
here link post made on joomlapolis...
http://www.joomlapolis.com/component/op ... /catid,20/
and way, community builder absolutely amazing. if running portal site. havent launched site yet, far cb works awesome.
i'm not 100% sure (haven't tried myself), looks should able modify cbformatdate function (in comprofiler.class.php). date , time formatted mosformatdate call on line 1066:
$offsetteddate = mosformatdate($date, "%y-%m-%d %h:%m:%s");
%h 24 hr time. can change %i twelve hour leading 0 or %l (lowercase l) leading space (may not work on servers).
$offsetteddate = mosformatdate($date, "%y-%m-%d %h:%m:%s");
%h 24 hr time. can change %i twelve hour leading 0 or %l (lowercase l) leading space (may not work on servers).
Comments
Post a Comment