This month's report will be prepared.
TodayAn email will be sent to the customer.
TodayThe meeting will be held.
YesterdayConversation with users.
YesterdayPayment refund will be made to the customer.
20 min agoPayment form will be activated.
20 min agoSigned in with a different device.
YesterdayYour billing information is not active.
YesterdayYour subscription has expired.
TodayYour storage space is running low
TodayA clock-style timepicker for Bootstrap (or jQuery). Demo page.
To use the plugin, you need to add the following files.
<!-- CSS -->
<link rel="stylesheet" href="libs/clockpicker/bootstrap-clockpicker.min.css" type="text/css">
<!-- Javascript -->
<script src="libs/clockpicker/bootstrap-clockpicker.min.js"></script>
<div class="input-group clockpicker">
<input type="text" class="form-control" value="09:30" aria-describedby="button-addon1">
<button class="btn btn-light" type="button" id="button-addon1">
<i class="bi bi-clock"></i>
</button>
</div>
$('.clockpicker').clockpicker();
You must add the autoclose:true
attribute.
$('.clockpicker-autoclose').clockpicker({
autoclose: true
});