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

  1. use less ads you might get more comments asshole!!

    ReplyDelete

Post a Comment

Popular posts from this blog

swift - How to change text of a button with a segmented controller? -

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -