mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -485,7 +485,7 @@ gnc_configure_date_format (void)
|
||||
{
|
||||
char *format_code = gnc_lookup_multichoice_option("International",
|
||||
"Date Format",
|
||||
"us");
|
||||
"locale");
|
||||
|
||||
DateFormat df;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user