- Timestamp:
- 20 Sep 2012, 08:49:37 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/widgets/datetimewidget.py
r8207 r9209 66 66 67 67 """ 68 # In import files we can use the hash symbol at the end of a 69 # datetime and date strings to avoid annoying automatic date 70 # transformation by Excel or Calc. 71 string = string.strip('#') 68 72 if string == self._missing: 69 73 return self.context.missing_value
Note: See TracChangeset for help on using the changeset viewer.