In a filter view I have a column that shows the Last Modified date for the item, but that control only shows the "date" part of dateTime that's stored in the database. Is there a way to also show the "time" part of that item's Last Modified date? It becomes useful because the project that I'm working on does builds in the middle of the afternoon and it would be nice to see the time that a bug was resolved, so that I can figure out if the code checkin was done before the cutoff for the build process. Thanks!
It is possible to configure this. If you log in as root then click on the "System Properties" tab. There are 4 setting for dates. You'll want to add time to the "Javascript Day/Month/Year" settings to be m/d/Y h:i:a
We are looking for a better solution because there are times when users need different formats for different sections of the application. For now here is an overview of what sections of the application use which date format.
The Javascript Datetime is used for comments, test history and versioning.
The Javascript Day/Month/Year is used for forms, lists, releases, filters.
Thanks a million ![]()
