Saturday 11 March 2017

Time Zone and time display by the JAVA

Program

java get current computer's date

<script language="javascript">
 var today = new Date();
 document.write(today);
 </script>

No comments:

Post a Comment