Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DatepickerjqueryUIでインラインの日付を設定するには?
Datepicker
これを使用して、複数の日付を設定することもできます。
allBookings = [] _.each(Session.get('thisGuide').bookings,function(e){ allBookings.push(moment(e).format('MM/DD/YYYY')) }) $('#datepicker').datepicker('setDates',allBookings)