MultiCommander v14.2 is released!
[N]_[?ExtendedProp.datemodify,1,4]_[?ExtendedProp.datemodify,6,7]_[?ExtendedProp.datemodify,9,10]
yes ,date can be retrieved in 1190.but date string retrieve is formated to "2012/09/21 13:35:24",this makes file name invalud(because of / and : letter).still unable to rename with tool.i can change my system date format to yyyy-mm-dd and retrieve substring 1 to 10 of date string.but this is too complex.
[?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss}] [?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss},1,5]// Only show time , Empty date format.. do not forget the | separator before the time format.[?ExtendedProp.datemodify-{|HHmmss}] // Only show date[?ExtendedProp.datemodify-{yyyy-MM-dd}]
another little issuein preview versions ,right click on file icon or file name in file list both show context (i config it to).but in 1190 ,only on icon do.right click on file name nothing happend.
But there is also a new thing.. You can define a date and time format to use in the tag.[?ExtendedProp.datemodify-{<dateformat>|<timeformat>}]examplesCode: [Select][?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss}] [?ExtendedProp.datemodify-{yyyy-MM-dd|HHmmss},1,5]// Only show time , Empty date format.. do not forget the | separator before the time format.[?ExtendedProp.datemodify-{|HHmmss}] // Only show date[?ExtendedProp.datemodify-{yyyy-MM-dd}] Date FormattingTime Formatting