datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

Datepicker component built on Calendar

Results 5 datepicker issues
Sort by recently updated
recently updated
newest added

This is mostly related to the fact that unpinned dependencies end up using a version of `popover` that in the end fetch a version of `closest` that is currently deprecated...

the api works like before, but comes with a second optional parameter to format the date using samsonjs/strftime now.

Adds an additional 'options' argument. Sets some default options. Allows an initial value for the date to be specified. Adds the ability to format the date. (See #6) Adds a...

You can specify the format of the date you expect it to produce. Format is a string, which can be something like this: - "DD/MM/YYYY" - "YYYY-MM-DD" - "mm.dd.yy" Order...

index.js line 26: this.cal.el.addClass('datepicker-calendar'); should be: this.cal.addClass('datepicker-calendar');