• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
JavaScriptSource

JavaScriptSource

Search 5,000+ Free JavaScript Snippets

  • Home
  • Browse Snippets
    • Addon
    • Ajax
    • Buttons
    • Cookies
    • CSS
    • Featured
    • Forms
    • Games
    • Generators
    • Image Effects
    • Math Related
    • Miscellaneous
    • Multimedia
    • Navigation
    • Page Details
    • Passwords
    • Text Effects
    • Time & Date
    • User Details
Home / Archives for Time & Date

Time & Date

Get the date for a specific day of the week

Here’s a way to get the date for the next occurrence of a specific day of the week.

Time & Date

Check if a date is after another date

Check if a date is after another date

Use the greater than operator (>) to check if the first date comes after the second one.

Time & Date

Check if a date is before another date

Check if a date is before another date

Use the less than operator (<) to check if the first date comes before the second one.

Time & Date

Check if a date is between two other dates

Check if a date is between two other dates

Use the greater than (>) and less than (<) operators to check if date is between dateStart and dateEnd.

Time & Date

Get the amount of time from now for a date

Get the amount of time from now for a date

Here is a vanilla JS alternative to the moment.js timeFromNow() method.

Time & Date

Alarm Clock

Alarm Clock

Set an alarm that will play any sound from your computer. You can even select a snooze time after it sounds. Awesome!

Time & Date

Simple Calendar

Simple Calendar

This script displays a calendar page of the chosen month and year. The function takes a date object as its parameter. If it is omitted, the calendar will default to the date on the client computer.

Time & Date, Featured

Event Calendar Code Generator

Event Calendar Code Generator

This script generates code for an event calendar instead of having to do the tedious task of making one each month. This completely simplifies the table making involved. Just punch in your data and cut and paste the code.

Time & Date

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

Popular Posts

Story Generator

IP Grabber – get a users IP address with JavaScript

Simple Calendar

Remove Ads

Astrological Calculator

Copyright © 2025 JavaScriptSource.com

  • About
  • Privacy Policy
  • FAQ
  • Jobs For Developers