Tuesday, December 17, 2019

Date and time java script program

<!DOCTYPE html>
<title>Time and Date</title>


<time id="msg"></time>

<script>
  document.getElementById("msg").innerHTML = new Date().toLocaleString();
</script>

No comments:

Post a Comment

Program to develop for cost saving in hotel industry

 To develop a program for cost-saving in a hotel, you can consider the following features: Key Features 1. *Room Management*: Optimize room ...