Bind custom data with date in bootstrap datepicker

三世轮回 提交于 2019-12-23 22:58:07

问题


I have the count of the total user registered on the particular date. Like the image below. How can I display them with the date? I am using multidatespickr

Is there any way to do this?

UPDATE : pre-selected dates:

$('#with-altField').multiDatesPicker({
          altField: '#altField',
          minDate: 0,
          dateFormat: 'yy-mm-dd',
          addDates: ['2016-04-17','2016-04-16','2016-04-18'], // for pre-selected dates
          numberOfMonths: 3
        });

来源:https://stackoverflow.com/questions/36625021/bind-custom-data-with-date-in-bootstrap-datepicker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!