Discuss this help topic in SecureBlackbox Forum
Specifies the format in which the signing time should be displayed.
Declaration
Description
This property specifies the format in which the signing time is displayed. Leave this property empty (default value) to use default formatting.
[.NET] The format string is passed to DateTime.ToString() method.
[Java] The format string is passed to DateFormat.Format() method.
[VCL/NG] The format string is passed to SysUtils.DateTimeToString() function.
[C++, PHP] The format string is processed using SysUtils.DateTimeToString() function of Delphi and Pascal RTL. The syntax and elements of the format string are described in this topic.