Get started with bootstrap-ui-datetime-picker CDN
MIT licensed
Bootstrap-UI-Datetime-Picker is a Bootstrap-based component for selecting dates and times in forms.
Tags:- date-picker
- time-picker
- angular
- bootstrap
- angular-ui
Stable version
Copied!
How to start using bootstrap-ui-datetime-picker CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0-alpha1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-ui-datetime-picker/2.6.4/css/bootstrap-datetimepicker.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/bootstrap-ui-datetime-picker/2.6.4/datetime-picker.min.js"></script>
<title>Get started with bootstrap-ui-datetime-picker CDN - cdnhub.io</title>
</head>
<body>
<div class="container mt-5">
<h1 class="text-center mb-5">Bootstrap-UI Datetime Picker Example</h1>
<div class="row justify-content-center">
<div class="col-md-6">
<input type="text" id="datetimepicker1" class="form-control mb-3" placeholder="Select a date and time">
</div>
</div>
<script>
$('#datetimepicker1').datetimepicker({
format: 'L'
});
</script>
</div>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
All versions
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.20
1.0.21
1.0.22
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.1.0
2.2.0
2.2.1
2.2.2
2.2.3
2.3.0
2.3.1
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
2.6.1
2.6.3
*** 2.6.4