Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.