October 1, 200322 yr Author please work <script language="javascript" type="text/javascript"> <!-- now = new Date thisYr = now.getYear() if (thisYr thisYr = thisYr+1900 } nextYr = thisYr + 1 day = new Date(thisYr,2,4) if (day.getTime() day.setYear(nextYr) } function dayToDays(inTime) { return (inTime.getTime() / (1000 * 60 * 60 * 24)) } function daysTill(inDate) { return (Math.ceil(dayToDays(inDate) - dayToDays(now))) } // -->
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.