function timeNow() { //Shows the server's time and formats it into hh:mm:ss am/pm format. now = new Date($REPLACE_WITH_THE_SERVER'S_DATE) ...