|
|
|
User Rating: Rated by: |
Fair (2.7/5) 21 user(s) |
|
|
|
PBBDatePicker description |
|
|
PBBDatePicker is a powerful date picker with many functionalities and customization options. PBBDatePicker is a powerful date picker with many functionalities and customization options.
Options: - showDelay - the delay the onShow method is called. (defaults to 100 ms) - hideDelay - the delay the onHide method is called. (defaults to 100 ms) - offsets - the distance of your datepicker from the input. an Object with x/y properties. - readOnly - is the input have readonly status ? (defaults to true) - className - name for your DatePicker classNames. defaults to 'PBBDatePicker'. - weekFirstDay - integer, first day of the week. 0 (for Sunday) through 6 (for Saturday) - dateFormat - the return format of selected date like php function date. (defaults to d/m/Y) - defaultYear - Year by default in the Year select list - defaultMonth - Month by default in the Year select list - defaultDay - Day by default selected - selectMinDate - minimum date you can select - selectMaxDate - maximum date you can select - rangeYear - how many year to show in the Year select list ? an Object with min/max properties. - iconImg - Image you can add to the input - monthNames - Array for month name - dayNames - Array for day name - todayName - Text to show in the TodayPicker
|
|