1.3.0 • Published 3 years ago

@mstyk/foundation-datepicker v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Foundation Datepicker

Feel free to contribute! Fork, modify, and send me a pull request, I'll try my best to merge it as soon, as possible.

Foundation datepicker jQuery plugin, based on bootstrap-datepicker project found at https://github.com/eternicode/bootstrap-datepicker.

For more information, please see included example, or visit http://foundation-datepicker.peterbeno.com

How to include this in your project:

Install via Bower

bower install foundation-datepicker

Manual Installation

  1. download & unzip source from GitHub repository: http://foundation-datepicker.peterbeno.com/example.html

  2. copy the files

    1. /js/foundation-datepicker.js
    2. /stylesheets/foundation-datepicker.css somewhere into your project
  3. <link> and <script> them into your page

  4. to see the arrows and icons, please include font-awesome:

    <link href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css"; rel="stylesheet">

Language translations

You can pass argument to constructor to choose language used:

$('.fdatepicker').fdatepicker({
        language: 'de'
    });

Version without Font Awesome

Can be found in separate branch: https://github.com/najlepsiwebdesigner/foundation-datepicker/tree/no-font-awesome