diff --git a/notes.sh b/notes.sh index 8550cb7..6377490 100755 --- a/notes.sh +++ b/notes.sh @@ -19,7 +19,7 @@ function createNote() { exit 1; fi; - file_date="$(date +'%Y.%m.%d')" + file_date="$(date +'%m.%d.%Y')" file_name="$title.md" full_path="${notes_dir}/${file_date}-${file_name}"