If you want a date that the user can't mess with, then host it on your server and get it with an ajax request. The script below outputs "2015-04-22 11:17:28", you can also format it into xml / json to assign variable names to seconds, minutes, hours... It'll get the date that is on your sever.
<?php
echo date('Y-m-d H:i:s');