Date Picker
Note:The Date Picker example on this page requires an external javascript library to work. A variety of open source date picker libraries are available, and any can be used depending on the development needs of your project. The examples in the Fireman's Fund Pattern Library require Nick Baicoianu's Epoch javascript library to function.
What It Is
A date picker is a widget that allows users to pick a date from a calendar control.
When to Use
Whenever users must input a date into a page form.