After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 532765 - Date format is not intuitive for everyone
Date format is not intuitive for everyone
Status: RESOLVED INVALID
Product: Tasque
Classification: Other
Component: General
0.1.x
Other Linux
: Normal normal
: ---
Assigned To: tasque-maint
tasque-maint
Depends on:
Blocks:
 
 
Reported: 2008-05-12 13:55 UTC by Lucas Rocha
Modified: 2008-05-14 20:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucas Rocha 2008-05-12 13:55:01 UTC
Using the Month/Day format for dates is not very intuitive for everyone because it can be different depending on the country. In Brazil and Finland, for example, people are more used to the Day/Month format.

One possible solution is to show a more textual date "May 5", "March 27" which can be nicely localized.
Comment 1 Sandy Armstrong 2008-05-14 20:15:50 UTC
This is already localizable.  Take this line form TaskTreeView.cs, for example:

dueDateStore.AppendValues (today.AddDays(2).ToString(Catalog.GetString("M/d - ddd")));

Translators could replace "M/d" with "d/M" or whatever makes sense for their locale.
Comment 2 Lucas Rocha 2008-05-14 20:16:55 UTC
Indeed. I noticed that before but I forgot to close the bug. :-)