PdfSubmitAction
CanonicalDateTimeFormat Property
|
If set, any submitted field values representing dates are converted to the
standard format. The interpretation of a form field as a date is not specified
explicitly in the field itself but only in the JavaScript code that processes it.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool CanonicalDateTimeFormat { get; set; }
Public Property CanonicalDateTimeFormat As Boolean
Get
Set
public:
property bool CanonicalDateTimeFormat {
bool get ();
void set (bool value);
}
member CanonicalDateTimeFormat : bool with get, set
Property Value
Type:
Boolean
true
if use canonical date time format when submit data; otherwise,
false
.
See Also