Skip to content

JensSpanier/weekday-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Weekday quiz

What day of the week was this date? Take a quiz with this HTML file.

  • You can open the quize here
  • Or you can download index.html and open it with a browser to take the quiz
  • Or you can selfhost index.html to share it with other people

Settings

You can change the settings to match your preferred language or between which dates the random date should be.

const settings = {
  startDate: new Date('1950-01-01'),
  endDate: new Date('2050-12-31'),
  dateOptions: {
    locales: 'de-DE',
    options: {
      day: '2-digit',
      month: '2-digit',
      year: 'numeric'
    }
  }
};

About

What day of the week was this date? Take a quiz with this HTML file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages