Update Bootstrap Datepicker version to 1.10.0

This commit is contained in:
helioguardabaxo 2023-09-09 10:49:06 -03:00
parent f56ac1d45e
commit 8d9df72114
286 changed files with 22730 additions and 80 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/common.css">
<script src="assets/common.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
$('div').datepicker();
});
</script>
</head>
<body data-capture=".datepicker">
<div data-date="12/03/2012"></div>
</body>
</html>