lmc-eu / ngx-library

[INACTIVE] Extension library for AngularJS projects
MIT License
72 stars 20 forks source link

DateInput upgrade: initial minimum and maximum date, maximum num of days range, date input mask #6

Closed josefzamrzla closed 11 years ago

josefzamrzla commented 11 years ago

ngx-date-input-min Initial min. date. If set, datepicker won't allow to choose or fill lower date. Accepts date in format DD.MM.YYYY or placeholder string "today" or relative number of days +1d / -1d atc

ngx-date-input-max Initial max. date. Accepts same input format as previous.

ngx-date-range-maxdays Maximum number of days in date range.

ngx-mask Adds mask to date input. @see http://digitalbush.com/projects/masked-input-plugin/

ngx-mask-placeholder Input mask placeholder, default: "_"