I've just installed the latest 0.2.5pre and it seems to work fine.
However, I was dissapointed to see that even though alot more "date display" options had been provided than in 0.2.4pre, it still has the same problem as the previous version ie. how can you tell a date like 11/05 does not mean 5 November or 11 May?
To do this and eliminate all ambiguity, dates like:
dd-mmm-yyyy or
mmm-dd-yyyy
need to be provided as part of the config. Is this hard to implement?
Thanks.
Michael.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Date-string is returned from DATE_FORMAT mysql's function, so the month's name will be in english.
I can try to rewrite code and permit to admin to specify the name of day and month...
Post edited by: dani_bs, at: 2006/06/22 13:49
Please Log in or Create an account to join the conversation.
dani_bs wrote:
Date-string is returned from DATE_FORMAT mysql's function, so the month's name will be in english.
I can try to rewrite code and permit to admin to specify the name of day and month...
Post edited by: dani_bs, at: 2006/06/22 13:49
I'm not sure I fully understand what you just said there, because looking at my "last viewed" entries I see:
20/06 13:13
Couldn't you just query the date format string setting from Joomla? In Joomla I have it setup as "12 Jun 2006".
Michael.
Please Log in or Create an account to join the conversation.
dani_bs wrote:
Date-string is returned from DATE_FORMAT mysql's function, so the month's name will be in english.
I can try to rewrite code and permit to admin to specify the name of day and month...
Post edited by: dani_bs, at: 2006/06/22 13:49
I'm not sure I fully understand what you just said there, because looking at my "last viewed" entries I see:
20/06 13:13
Couldn't you just query the date format string setting from Joomla? In Joomla I have it setup as "12 Jun 2006".
Michael.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.