Returns the current system time in milliseconds

Get parameters Get examples: // Simple URL /OpenForum/Actions/SystemTime?action=getTime // Using JSON.get JSON.get('/OpenForum/Actions/SystemTime', 'getTime', '') .onSuccess(function(result) { console.log('System time:', result.time); }).go();

SystemTime

/OpenForum/Actions/SystemTime?action=getTime

Child Pages


Attachments