2 Replies Last post: Jan 15, 2008 2:27 PM by Chris Callan  
Chris Callan   57 posts since
Oct 16, 2007
Currently Being Moderated

Jan 15, 2008 9:01 AM

Is it possible to show date and time for the Last Modified column?

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!

Derwyn Harris   97 posts since
Jun 11, 2007
Currently Being Moderated
1. Jan 15, 2008 2:19 PM in response to: Chris Callan
Re: Is it possible to show date and time for the Last Modified column?

 

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.

 

 

   

 

 

More Like This

  • Retrieving data ...