aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-05 20:12:08 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-05 20:12:08 +0000
commit38912b36daf4fe23436080b155a7b5a52ad2db7d (patch)
tree571d5820fff83d9cf7aa02da42b02ec3b0a2a0ac /src/io.c
parent9a10c34c23bd06a6f75beb42c999e9a8d22008da (diff)
downloadcalcurse-38912b36daf4fe23436080b155a7b5a52ad2db7d.tar.gz
calcurse-38912b36daf4fe23436080b155a7b5a52ad2db7d.zip
iso date format added
Diffstat (limited to 'src/io.c')
-rwxr-xr-xsrc/io.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/io.c b/src/io.c
index 31130bb..7a0c012 100755
--- a/src/io.c
+++ b/src/io.c
@@ -1,4 +1,4 @@
-/* $calcurse: io.c,v 1.55 2009/01/03 21:32:11 culot Exp $ */
+/* $calcurse: io.c,v 1.56 2009/01/05 20:12:08 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -908,7 +908,8 @@ io_save_cal (conf_t *conf, io_save_display_t display)
(void)fprintf (data_file,
"\n# Format to be used when entering a date "
- "(1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-yyyy/mm/dd) :\n");
+ "(1)mm/dd/yyyy (2)dd/mm/yyyy (3)yyyy/mm/dd) "
+ "(4)yyyy-mm-dd:\n");
(void)fprintf (data_file, "input_datefmt=\n");
(void)fprintf (data_file, "%d\n", conf->input_datefmt);