date display format
FrankT - October 12, 2008 - 08:18
| Project: | Birthdays |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm currently translating the module into german. On page http://localhost/?q=birthdays the birthdays (without a year) are displayed as 'day.month' (eg. 31.01) but should have a dot behind the month, too (31.01.). For me it looks like the way the date is derived from the system settings need to be improved (maybe a configurable field in the settings needs to be provided).
By the way: there are also two untranslatable strings on page ?q=admin/settings/birthdays/sync: 'Profile to Birthdays' and vice versa.

#1
Great catch, I didn't know that. I'll try to think of a solution. Hopefully without adding configurations.
BTW, the 2 untranslatable strings have been fixed. Both in D6 and D5.
#2
Hi,
It also would be great if the module would get the date format from the Drupal core settings even for the profile page. Since it looks a pretty much strange that it uses a custom date format. That's fine that it adds the age after the date, but the format of the date should be in the format set up in Drupal earlier.
I have another question.. Why does it sets a left margin or whatever to the date field on the profile page?