UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

10 lines (9 loc) 251 B
<input id="{{include.id}}" type="text" class="form-control bootstrap-datepicker" readonly> <script> $('#{{include.id}}').datepicker({ autoclose: true, orientation: "top auto", todayBtn: "linked", todayHighlight: true }); </script>