Get started with tempus-dominus CDN
MIT licensed
Tempus-dominus: popular open-source Calendar plugin for Bootstrap with date-time picker.
Tags:- datepicker
- datetimepicker
- timepicker
Stable version
Copied!
How to start using tempus-dominus CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/tempusdominus-bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.cdnhub.io/tempus-dominus/6.9.5/js/tempus-dominus.js"></script>
</head>
<body>
<div class="container mt-5">
<label for="datetimepicker">Select a date and time:</label>
<input type="text" id="datetimepicker" class="form-control" />
</div>
<script>
$(function() {
$('#datetimepicker').datetimepicker({
format: 'L'
});
});
</script>
</body>
</html>
All versions
3.0.2
3.0.3
3.1.0
3.1.1
3.1.2
3.1.3
4.0.0
4.14.30
4.17.45
6-alpha1
6-beta4
6-beta7
6-beta8
6.0.0
6.0.0-alpha14
6.0.0-alpha17
6.0.0-beta10
6.0.0-beta10a
6.0.0-beta2
6.0.0-beta9
6.0.1
6.1.2
6.2.10
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.4.1
6.4.3
6.4.4
6.7.10
6.7.11
6.7.13
6.7.16
6.7.19
6.7.7
6.9.10
*** 6.9.11
6.9.4
6.9.5
6.9.6
6.9.7
6.9.8
6.9.9