- Timestamp:
- 21 Sep 2012, 08:19:35 (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-async-update removed /main/waeup.kofa/branches/uli-autoinclude-less removed /main/waeup.kofa/trunk removed
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/widgets/datetimewidget.py
r9209 r9211 66 66 67 67 """ 68 # In import files we can use the hash symbol at the end of a69 # datetime and date strings to avoid annoying automatic date70 # transformation by Excel or Calc.71 string = string.strip('#')72 68 if string == self._missing: 73 69 return self.context.missing_value
Note: See TracChangeset for help on using the changeset viewer.