Moved the packing of XML tree into NWTree, and added a function for formatting time stamps

This commit is contained in:
Veronica K. B. Olsen
2020-05-09 13:08:11 +02:00
parent 6cdf203079
commit d44dca6a21
5 changed files with 72 additions and 40 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ from nw.constants.enum import nwItemClass, nwItemLayout, nwOutline
class nwConst():
tStampFmt = "%Y-%m-%d %H:%M:%S"
tStampFmt = "%Y-%m-%d %H:%M:%S" # Default format
fStampFmt = "%Y-%m-%d %H.%M.%S" # FileName safe format
# END Class nwConst