how to change date

Asked by dancer58

I would like to have the date "year/month/day"
Is there a way I can do that
It sorts better this way

Thanks
Harold

Question information

Language:
English Edit question
Status:
Answered
For:
HomeBank Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Maxime DOYEN (mdoyen) said :
#1

You mean for displaying ?

If that's the case, you can set the date format in the preferences.
By default it is %x, but you can change this using a format like the one used for strftime().
Google for strftime for exhaustive description of the format.

If I remember well, it should be %y/%m/%d or %Y/%b/%d

Anyway, internaly speaking, the sort is done on GLib g_date, so ithas nothing to care about the display format.
In your case, when you say "It sorts better this way", I suppose you mean it's a visual preference !

Regards.

Can you help with this problem?

Provide an answer of your own, or ask dancer58 for more information if necessary.

To post a message you must log in.