|
From: Len K. <len...@ri...> - 2006-04-12 05:52:14
|
I just upgraded usermin from 1.180 to 1.200 and noticed that the date format listed in the mailbox index listing is now in a non-American format (aka European Format, aka Military Format, aka Day/Month/Year)... is there a new preference setting that can be used to control this behaviour? I (and my fellow users) prefer to use the "American" format (Month/Day/Year), if possible. For the time being, I've modified boxes-lib-func.pl::simplify_date()'s sprintf() line to format "%m/%d/%Y"... this will keep us happy for now, but if there's a user preference, that'd be ideal. I checked out the module preferences and default user preferences but could not find one listed that seemed appropriate. Thanks! |