feat(notes): change file date format
This commit is contained in:
parent
fd249e68f3
commit
3c304c5452
1 changed files with 1 additions and 1 deletions
2
notes.sh
2
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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue