Date format

Hi,


The 3.8 changelog mentioned this:



A new date format has been added, allowing you to print the date component (no time component) of a metadata or attribute date field in RFC2822 format. Append "_rfc2822-dateonly" to date keywords to print a date like "Mon, 16 Jan 2006"



I have tried this with no success in an asset listing ie %asset_metadata_mydate_rfc2822-dateonly% gives me nothing but

%asset_metadata_mydate% prints the date out fine.



Can you tell me if Im doing this correctly? Are there any other suffix options to use?



Thanks,



Steve.

The way it works is that you can create a text metadata field called mydate with default value, for example, %asset_updated_rfc2822-dateonly%. Then in the asset listing, you may use %asset_metadata_mydate% to print the value in date only format, instead of appending _rfc2822-dateonly to a date metadata field keyword.


However, you may contact your project manager for some custom development to get this new functionality.