Hello, I have created the below script; however, it's not showing in the box like it should... Help please!! I am running out of time to submit this assignment!

Thanks in advance!!



Code:
<script type="text/javascript">
/* <! [CDATA[ */

function display() {
    var Today = new Date();
    var hours = Today.getHours();
    var min = Today.getMinutes();
...