www.creosite.com© O. Corten

creo2 config.pro option documentation for: FILE_TIMESTAMP_FORMAT            


file_timestamp_format

file_timestamp_format
%dd-%mmm-%yy %hh:%mi:%ss %pm*
controls the format of timestamps when you view a listing of files and directories in web pages generated by creo parametric in the creo parametric browser and in dialog boxes. the format for the value of the configuration option is a string consisting of up to seven part: the year, month, and date, the hours, minutes, seconds, and the am or pm designator. you can specify the parts in any order.
the default value is %dd-%mmm-%yy %hh:%mi:%ss %pmin most languages. however, in japanese-language sessions, the default value is %yyyy/%mm/%dd %hh:%mi:%ss.
you can use the following formats when specifying the value of the timestamps:
%yyyy - 4-digit year (for example 2005)
%yy - 2-digit year (for example 05)
%mmm - month (for example sep)
%mmm - month (for example sep)
%month - full month name (for example september)
%mm - month number, padded to 2 digits (for example 09)
%m - month number (for example 9)
%dd - date, padded to 2 digits (for example 05)
%d - date, no padding (for example 5)
%hh - hour, 12-hour format (for example 12)
%hh - hour, 24-hour format (for example 00)
%pm - am or pm
%mi - minutes
%ss - seconds