Author |
Message |
15/09/2008 03:58:37
|
jag
Joined: 15/09/2008 03:51:22
Messages: 2
Offline
|
How can I change the display time format?
for e.g from Wed Sep 03 2008 11:19:44 GMT -0500 to 09/03/2008 11:19:44
|
|
|
15/09/2008 21:55:46
|
support
Joined: 27/06/2008 19:01:18
Messages: 123
Offline
|
You can change the format of the display date through preferences.
Click Options|Preferences|Select General from left hand navigation tree
Change the DateFormat(Export and Table View) to MM/dd/yy hh:mm:ss
|
|
|
17/09/2008 13:30:39
|
jag
Joined: 15/09/2008 03:51:22
Messages: 2
Offline
|
Thanks,
Can I define my own custom format and if, what are the supported formats.
|
|
|
17/09/2008 13:49:08
|
support
Joined: 27/06/2008 19:01:18
Messages: 123
Offline
|
You can.
Some example formats and their results are:
"yyyy.MM.dd G 'at' HH:mm:ss" --> 2001.07.04 AD at 12:08:56
"EEE, MMM d, ''yy" --> Wed, Jul 4, '01
"h:mm a" --> 12:08 PM
"hh 'o''clock' a" --> 12 o'clock PM
"K:mm a, z" --> 0:08 PM, PDT
"yyyyy.MMMMM.dd GGG hh:mm aaa" --> 02001.July.04 AD 12:08 PM
"EEE, d MMM yyyy HH:mm:ss Z" --> Wed, 4 Jul 2001 12:08:56 -0700
"yyMMddHHmmssZ" --> 010704120856-0700
|
|
|
|