fixing date_stringer function.
[feisty_meow.git] / scripts / core / functions.sh
index 0313553854df6d82559e16d6c086adb10e2eeb0a..c4571b994a34096ae329b180c3f287e385904936 100644 (file)
@@ -21,7 +21,7 @@ if [ -z "$skip_all" ]; then
   # a handy little method that can be used for date strings.  it was getting
   # really tiresome how many different ways the script did the date formatting.
   function date_stringer() {
-    date +"%Y_%m_%e_%H%M_%S" | tr -d '/\n/'
+    date +"%Y_%m_%d_%H%M_%S" | tr -d '/\n/'
   }
   
   # makes a directory of the name specified and then tries to change the