Skip to content

1Niels/IsItTimeYet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is it [date] yet?

This website simply states "yes" or "no" if it is or past a certain date and has no other functionality.

Usage

  • Download the repository
  • Open up the script.js file in your editor of choice
  • On the second line modify the enddate to a date of your choice.
  • format:
var enddate = new Date("[Month] [Day], [Year] [Hours]:[Minutes]:[Seconds]");
  • Example:
var enddate = new Date(" July 11, 2016 13:33:00");

About

Is it [date] yet?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published