Need help for school coding assignment. Newbie.

I have to make "days left" page on a browser so when employees open their browser they see how many days are left to their system upgrade. The code is provided for me I just have to modify it. Here is what I have so far. I will also post the original code given to us. It's very simple but I'm very new to this so need help. Thank you in advance.

<!DOCTYPE html>
<html>
<body>

<script type="text/javascript">

var today = new Date();

var UpgradeDay = new Date("March 19, 2015");
var msPerDay...

Need help for school coding assignment. Newbie.

from JavaScript http://ift.tt/1RVYCpR
via IFTTT
Thanks for your comment
Loading...