@liedekef/fdatepicker
v3.0.29
Published
Modern, lightweight, jQuery-free Lightweight customizable datepicker.
Downloads
522
Maintainers
Readme
fDatepicker
Description
Lightweight customizable cross-browser Vanilla JS datepicker.

Installation
Use one of the releases on github or download the files directly
Or use npm:
npm install @liedekef/fdatepickerUsage
Include styles and scripts as indicated:
<html>
<head>
<link href="css/fdatepicker.min.css" rel="stylesheet" type="text/css">
<script src="js/fdatepicker.min.js"></script>
<!-- Include English language -->
<script src="js/i18n/fdatepicker.en.js"></script>
</head>
</html>Documentation
Please check the Github wiki for the documentation
