CreateDateTimeFormatter Method
The CreateDateTimeFormatter method creates a new date and time formatter.
Syntax
[obj=] SiteCafe.CreateDateTimeFormatter()
|
Return Value
Remarks
Examples
The following example creates a new date and time formatter.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
myDTF = SiteCafe.CreateDateTimeFormatter();
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top