diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-05 20:12:08 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-05 20:12:08 +0000 |
commit | 38912b36daf4fe23436080b155a7b5a52ad2db7d (patch) | |
tree | 571d5820fff83d9cf7aa02da42b02ec3b0a2a0ac /src/io.c | |
parent | 9a10c34c23bd06a6f75beb42c999e9a8d22008da (diff) | |
download | calcurse-38912b36daf4fe23436080b155a7b5a52ad2db7d.zip |
iso date format added
Diffstat (limited to 'src/io.c')
-rwxr-xr-x | src/io.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |