#=============================================================================================== # # Local configuration file for ToDoExtension.py # # Please maintain your configuration needs in this file and not in the main ToDoExtension.py. # # Simply copy configuration command(s) from ToDoExtension.py to here and change the value(s) to your needs. # # Attention: Don't indent these 'self.... lines!!! # #=============================================================================================== self.outDateFormat = "%m/%d/%Y" # if this is set = "" the local date format is used, else set it to "%m/%d/%Y", "%d.%m.%Y" or "%Y-%m-%d" for example # Note: On Windows the determination of the locale doesn't work yet. So you have to set it manually here. # Or it defaults to "%Y-%m-%d".