datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

Day items modify

Open cf-git opened this issue 6 years ago • 0 comments

Hello. I need edit displayed day items. Please append date value to "createItem" object for days on next release. Some like this:

items.push(this.createItem({
        disabled: _disabled2,
        picked: _picked,
        date: _date,
        highlighted: viewYear === thisYear && viewMonth === thisMonth && _date.getDate() === thisDay,
        text: i,
        view: _disabled2 ? 'day disabled' : view
      }));

cf-git avatar Apr 17 '18 11:04 cf-git