3.5KB Date Calculator

by Sunmock Yang with Russell Baylis

A minuscule tool for doing date calculations with basic natural support. First add in your starting date, and then either add or subtract time, or add a second date. We'll do the rest, and give you a range of useful time formats. What we did to squeeze our website into as few kibbles as possible: - HTML/CSS/JavaScript minification - As much JavaScript encapsulation as possible to get maximum minification. - Minimal class/variable names - Gzipping

View the source of this project on GitHub: https://github.com/sunmockyang/date-calculator