
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Dec/08 11:05 AM
|
| VCS Revision: |
2,322
|
|
sometimes i see that the xhtml pages are formatting the date, sometimes i see that people have written convenience methods in the domain entities themselves that do new Date(epochField) and display that. just make this consistent across the site so that no matter which web console is connected to (in an HA environment) the dates make sense.
|
|
Description
|
sometimes i see that the xhtml pages are formatting the date, sometimes i see that people have written convenience methods in the domain entities themselves that do new Date(epochField) and display that. just make this consistent across the site so that no matter which web console is connected to (in an HA environment) the dates make sense. |
Show » |
|
extend the user formatter to be able to format dates, times, and dateTimes;
for now, make all formats in the system static (i.e., the same for all users);
format dateTimes consistently across the user interface;