Skip to content

liedekef/fdatepicker

Repository files navigation

fDatepicker

Description

Lightweight customizable cross-browser Vanilla JS datepicker.

Simple datepicker Datepicker with range and time Multiple days and print selected

Installation

Use one of the releases on github or download the files directly

Usage

Include styles and scripts from /dist directory:

<html>
    <head>
        <link href="dist/css/fdatepicker.min.css" rel="stylesheet" type="text/css">
        <script src="dist/js/fdatepicker.min.js"></script>

        <!-- Include English language -->
        <script src="dist/js/i18n/fdatepicker.en.js"></script>
    </head>
</html>

Documentation

Please check the Github wiki for the documentation

About

Cool jQuery-free datepicker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 13