javascript - Bootstrap datepicker set half day -


is possible set half day bootstrap datepicker

and use different color same date?

<script type="text/javascript">     $(document).on('page:change', function () {         $('.datepicker').datepicker({             format: "dd-mm-yyyy",             todaybtn: "linked",             multidate: true,             todayhighlight: true,             language: "ru",             startdate: "today"         });     }); </script> 


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -