ntmonkey
05-03-2006, 07:38 PM
Hi Gang,
Is there a way to get the current system time in MEL? For instance in Javascript you have a Date object that can get the time in milliseconds.
var testTime = new Date();
var testTimeMilli = testTime.getTime();
//testTimeMilli equals a value in milliseconds based on system clock.
Anything like this I could get my grubby paws on in MEL?
Thanks in advance,
-Lu
Is there a way to get the current system time in MEL? For instance in Javascript you have a Date object that can get the time in milliseconds.
var testTime = new Date();
var testTimeMilli = testTime.getTime();
//testTimeMilli equals a value in milliseconds based on system clock.
Anything like this I could get my grubby paws on in MEL?
Thanks in advance,
-Lu
