Days is a simple, URL-based, client-side application for various date-related calculations.
Calculates the number of days until a specified date.
http://loganfranken.github.io/days/#/until/{Date}
View days until Halloween 2020.
Calculates the number of days since a specified date.
http://loganfranken.github.io/days/#/since/{Date}
View days since Halloween 2003.
Calculates the days between two dates.
http://loganfranken.github.io/days/#/between/{Date1}/{Date2}
View days between May 3, 2015 and May 21, 2015.
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.
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.