From: Don S. <do...@se...> - 2003-04-01 15:24:50
|
Currently core's PHPWS_Form::formDate() function prints a date form in the MM/DD/YYYY fashion. I tend to cringe when I see this. I realize that much of America uses this format, I think the majority of the rest of the world uses DD/MM/YYYY or YYYY/MM/DD, the latter of which I prefer. Can we add a parameter to formDate to indicate which format to print the form element in? Like 0 for the MM/DD/YYYY (default), 1 for DD/MM/YYYY and 2 for YYYY/MM/DD. Don. |