//Get the current time using JavaScript: //in “H:i:s” format: var today = new Date(); var time = today: