Changeset 7599 for main/waeup.sirp/trunk/src/waeup/sirp/widgets
- Timestamp:
- 7 Feb 2012, 11:30:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/widgets/datewidget.py
r7515 r7599 118 118 This widget is suitable for edit and add forms. 119 119 120 Valid `format` values are the keys of :var:`DATE_FORMATS`120 Valid `format` values are the keys of `DATE_FORMATS` 121 121 dict. Default is ``le`` (little endian; DD/MM/YYYY). 122 122 … … 135 135 This widget is suitable for display forms. 136 136 137 Valid `format` values are the keys of :var:`DATE_FORMATS`137 Valid `format` values are the keys of `DATE_FORMATS` 138 138 dict. Default is ``le`` (little endian; DD/MM/YYYY). 139 139 … … 152 152 This widget is suitable for display forms. 153 153 154 Valid `format` values are the keys of :var:`DATE_FORMATS`154 Valid `format` values are the keys of `DATE_FORMATS` 155 155 dict. Default is ``le`` (little endian; DD/MM/YYYY %H:%M:%S). 156 156
Note: See TracChangeset for help on using the changeset viewer.