Rewrite formatted data input routines to conform to SPSS data formats
[pspp-builds.git] / src / data / format.c
index e236aa310019030b29c4e0aafaedaef300eff894..2a0092fc7d98adf6526534557632515a2ae6fc86 100644 (file)
@@ -565,13 +565,13 @@ fmt_date_template (enum fmt_type type)
     case FMT_QYR:
       return "q Q yy";
     case FMT_MOYR:
-      return "mmm yy";
+      return "mmmXyy";
     case FMT_WKYR:
       return "ww WK yy";
     case FMT_DATETIME:
       return "dd-mmm-yyyy HH:MM";
     case FMT_TIME:
-      return "h:MM";
+      return "H:MM";
     case FMT_DTIME:
       return "D HH:MM";
     default: