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