Date Duration Calculator

Date Duration Calculator.jpg
[Try it]
2013. Personal. PHP. JQuery. Workless.

Motivation. First project of 2013. I was curious about the amount of time between two dates (e.g., the current date to the next holiday). I kept looking up date calculators that I decided to write my own.

Technology. I wanted to get reacquainted with web development/PHP/HTML5 after spending a few years in grad school focusing on things other than coding. I chose to use PHP to process the date calculation and output string formatting, JQuery/JQuery UI for the calendar, and the Workless HTML5 framework for a simple but adaptable layout.