PdfJavaScript
GetDateKeystrokeString Method
|
Get a AFDate_KeystrokeEx string
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string GetDateKeystrokeString(
string cFormat
)
Public Shared Function GetDateKeystrokeString (
cFormat As String
) As String
public:
static String^ GetDateKeystrokeString(
String^ cFormat
)
static member GetDateKeystrokeString :
cFormat : string -> string
Parameters
-
cFormat
-
Type:
System
String
Must be one of: "m/d", "m/d/yy", "mm/dd/yy", "mm/yy", "d-mmm", "d-mmm-yy", "dd-mmm-yy", "yymm-dd", "mmm-yy", "mmmm-yy", "mmm d, yyyy", "mmmm d, yyyy", "m/d/yy h:MM tt", "m/d/yy HH:MM"
Return Value
Type:
String
See Also