diff --git a/Notes.sublime-settings b/Notes.sublime-settings index 889994c..d477c55 100644 --- a/Notes.sublime-settings +++ b/Notes.sublime-settings @@ -2,8 +2,8 @@ "root": "~/Dropbox/Notes/", "archive_dir": ".archive", "jotter_color_scheme": "Packages/PlainNotes/Color Schemes/Sticky-Yellow.tmTheme", - "jotter_date_format" :"%-d %-b %Y", - "jotter_time_format": "%-I:%M %p", + "jotter_date_format" :"%d %b %Y", + "jotter_time_format": "%I:%M %p", "note_save_extension": "note", "note_file_extensions": ["md","note"], "enable_yaml": false,