Default date format to the users locale. Date widgets now accept a

single number as the day, or two numbers as day and month (ordered
according to the users date preference).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6822 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2002-04-27 21:43:25 +00:00
parent f9910405c2
commit b820a5006c
8 changed files with 169 additions and 21 deletions

View File

@@ -485,7 +485,7 @@ gnc_configure_date_format (void)
{
char *format_code = gnc_lookup_multichoice_option("International",
"Date Format",
"us");
"locale");
DateFormat df;