jsfl getting times and dates
I have looked all through the doccument and I can't find anything that would allow me to access the current date, yet I've seen somebody with a custom command that is somehow able to do this?
I have looked all through the doccument and I can't find anything that would allow me to access the current date, yet I've seen somebody with a custom command that is somehow able to do this?
Also, you can use Date object. If you ommit all parameters passed to the constructor, you'll receive
the current date / time.
var d = new Date();
fl.trace( d );
https://www.w3schools.com/js/js_date_methods.asp
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.