As per Jason Ellison's mailing list post:
Have the ability for users to change the date format
from UK format to other date formats e.g.
d/m/y
m/d/y
y/m/d
y-m-d
could probably be accomplished by substituting every
occurrence of %d/%m/%y with something like
$user_prefs['date-format'] where the user preference is
a custom preference style (like the language selection)
that provides a drop down list of dates.
The preference should probably be settable by the user
also.
Logged In: YES
user_id=170362
Note to self: have the drop down box print the current day
as an example i.e. replace dd/mm/yyyy with 01/07/2004.