/days

Simple, URL-based, client-side application for various date-related calculations.

Primary LanguageJavaScript

Days

Days is a simple, URL-based, client-side application for various date-related calculations.

Options

Days Until

Calculates the number of days until a specified date.

http://loganfranken.github.io/days/#/until/{Date}

View days until Halloween 2020.

Days Since

Calculates the number of days since a specified date.

http://loganfranken.github.io/days/#/since/{Date}

View days since Halloween 2003.

Days Between

Calculates the days between two dates.

http://loganfranken.github.io/days/#/between/{Date1}/{Date2}

View days between May 3, 2015 and May 21, 2015.

Days Before

Calculates the date resulting from subtracting days from a date.

http://loganfranken.github.io/days/#/{Days}/before/{Date}

Views 3 days before June 7, 2015.

Days After

Calculates the date resulting from adding days after a date.

http://loganfranken.github.io/days/#/{Days}/after/{Date}

Views 10 days after August 3, 2015.