From: SourceForge.net <no...@so...> - 2006-03-16 04:23:18
|
mod/phpwstimelog item #1450942, was opened at 2006-03-16 04:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706227&aid=1450942&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shaun Murray (singletrack) Assigned to: Greg Meiste (blindman1344) Summary: 12 v 24 hour time Initial Comment: If you have /conf/dateSettings.en.php set as... if (!defined("PHPWS_TIME_FORMAT")) define("PHPWS_TIME_FORMAT", "H:i:s"); ...which is the default for phpWebSite, the entry form is in 24 hour format. The module expects 12 hour format with an AM/PM form field set. As there's none, you can't submit an entry and it gives an error. This is due to the EZForm timeForm() function which switches the AMPM field off if dateSettings has a G or H instead of g or h. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706227&aid=1450942&group_id=81360 |