Bootstrap date picker
Overview
Allows date selection. Directive can be attached to input element. Returns date as string in format ‘yyyy-MM-dd’ (2016-08-30).
option name: (type) - description
- minDate: (Date) - earliest possible selectable date,
- maxDate: (Date) - latest possible selectable date.