Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try this:
www.daterangepicker.com
<link rel="stylesheet" href="daterangepicker/daterangepicker.css">
<script src="daterangepicker/moment.js"></script>
<script src="daterangepicker/daterangepicker.js"></script>
<input type="date" class="form-control" id="date" name="date" placeholder="Дата" required>
<script>
$(function(){
$('#date').daterangepicker({
singleDatePicker: true,
});
});
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question