Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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.