Flatpickr calendar
Flatpickr Calendar
flatpickr is a lightweight and powerful datetime picker. Lean, UX-driven, and extensible, yet it doesn’t depend on any libraries. There’s minimal UI but many themes. Rich, exposed APIs and event system make it suitable for any environment.1) Flatpickr -
Html-
<input type="text" id="basicDate" placeholder="Please select Date Time" data-input>
More information please visit this url https://www.papawebdesigner.com/
jquery-ui css-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
jquery flatpickr & Jquery cdn-
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script>
$(function() {
$("#basicDate").flatpickr({
enableTime: true,
dateFormat: "F, d Y H:i"
});
});
</script>
If you want to use jquery ui calendar please click here..
Follow On Social Media -
Follow on instagram - https://www.instagram.com/frontendissue/
Follow on Twitter - https://twitter.com/IssueEnd
Follow on Linkedin - https://www.linkedin.com/in/hitesh-patidar-34253a10a/
Follow on GooglePlus - https://plus.google.com/118238268171156252992
Follow on pinterest - https://in.pinterest.com/frontendissue/
Comments
Post a Comment