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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean
true if use canonical date time format when submit data; otherwise, false.

See Also