RTTSoftware Support Forum

PDF-ShellTools => Ideas/Suggestions => Topic started by: Antoine on July 31, 2011, 04:59:34 PM

Title: Date only Custom field Type
Post by: Antoine on July 31, 2011, 04:59:34 PM
First, I'd like to say PDF-ShellTools is very useful and time saver !
To make it perfect to me, I have several suggestions to make.
Here is the second one :
- Could a new Type for Custom fields exists : Date (only), as in my case, Time is really not relevant.
Title: Re: Date only Custom field Type
Post by: RTT on August 01, 2011, 03:22:48 AM

The Windows property system don't has this "Date only" data type, but there is a way to hide the time part, inserting the next line
<displayInfo><dateTimeFormat formatTimeAs="HideTime"/></displayInfo>
to the respective custom field <propertyDescription> node, in the file PDFShellTools.propdesc, that you will find where the program is installed, and re-register this file using the technique explained here (http://www.rttsoftware.com/forum/index.php?topic=383.msg935#msg935)

But it's more handy to do it from the manager, so I will add this data type to the next version
Title: Re: Date only Custom field Type
Post by: Antoine on August 01, 2011, 01:32:35 PM
Great news !