Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.33 KB

index.md

File metadata and controls

61 lines (47 loc) · 1.33 KB
title layout
SIGCSE 2020
default

SIGCSE 2020

A Vision for the Next 50 Years

<script> var clock; $(document).ready(function() { // Grab the current date var currentDate = new Date(); // Set some date in the future. In this case, it's always Jan 1 var futureDate = new Date('March 11, 2020 23:59:59'); // Calculate the difference in seconds between the future and current date var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000; // Instantiate a coutdown FlipClock clock = $('.countdown').FlipClock(diff, { clockFace: 'DailyCounter', countdown: true }); }); </script>