Skip to content

liedekef/fdatepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

442 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fDatepicker

Description

Lightweight customizable cross-browser Vanilla JS datepicker using PHP datetime format strings.

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

Or use npm:

npm install @liedekef/fdatepicker

Usage

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

About

Cool jQuery-free datepicker

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages