Calendar Modal

A simple datepicker widget I've been playing with, with is rendered as a modal in a new project I've been working on.

The top left field allows users to manually enter a date in any format, and the calendar render beneath it will update dynamically to reflect that input. Alternatively the user can choose to use the calendar itself to browser and select dates.

The left and right controllers increment or decrement the month of the date, and will overflow into the next or previous year when appropriate. I chose not to include a direct year controller as I'm not convinced anyone really uses those damned things.

Finally, users can chose to remove their date from the parent form or cancel their changes, and dismiss the modal in either case.

Posted on Oct 27, 2014

More by Evan Sims

View profile