Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: avantuser1114 on November 13, 2012, 03:48:37

Title: custom date display
Post by: avantuser1114 on November 13, 2012, 03:48:37
I want to display the dates as mm-dd-yyyy hh:mm AM/PM, is there a way to do this?i've looked into options i know in the settings but none matched this
Title: Re: custom date display
Post by: Jungle on November 13, 2012, 04:41:00
Explorer panel Settings > Date / Time Format > Use custom date and time format
Not sure about AM/PM strings
Title: Re: custom date display
Post by: Mathias (Author) on November 13, 2012, 07:04:17
time format
Code: [Select]
"hh:mm tt"will show 12hour clock with am/pm

It will get the am/pm from regional and language setting under the control panel on the computer, If you run on a computer that is set for 24H clock the am/pm field are often blank so then you need to add then.

Time Format (http://msdn.microsoft.com/en-us/library/windows/desktop/dd318148(v=vs.85).aspx)
Title: Re: custom date display
Post by: avantuser1114 on November 13, 2012, 07:50:00
thanks!i saw this many times but i didn't think that it's modifiable!!not until now!i tried double clicking and it worked!just what i was asking for!!