dabo Commit Revision 5214 Date: 2009-05-13 13:14:34 -0700 (Wed, 13 May 2009) Author: Paul Trac: http://trac.dabodev.com/changeset/5214
Changed: U trunk/dabo/settings.py Log: Removed old dateFormat in settings.py, which isn't used anywhere. I didn't even realize there was a dateFormat defined when I defined dateFormat, datetimeFormat, and timeFormat later on in the file. Diff: Modified: trunk/dabo/settings.py =================================================================== --- trunk/dabo/settings.py 2009-05-12 23:18:46 UTC (rev 5213) +++ trunk/dabo/settings.py 2009-05-13 20:14:34 UTC (rev 5214) @@ -96,12 +96,6 @@ # 'Sunday' or 'Monday' is considered the beginning of the week firstDayOfWeek = "Sunday" -# This setting controls the format that will be used by dDateTextBox controls -# to display date values. The available choices are listed. -dateFormat = "American" # MM/DD/YYYY -# dateFormat = "YMD" # YYYY-MM-DD -# dateFormat = "European" # DD.MM.YYYY - # Default font size when none other is specified defaultFontSize = 10 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
