Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Does anyone know how you are supposed to get the server date/time in a javascript service? I tried the following, and it doesn't work.
var currentDate = new Date();
Thanks in advance
cancel that, I was making a silly mistake.