Socket
Socket
Sign inDemoInstall

datepicker-bootstrap

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    datepicker-bootstrap

Datepicker by Gijgo.com is a plug-in for the jQuery Javascript library. It is a very fast and extandable tool, and will add advanced interaction controls to any date field. This plugin allows you to create datepickers using bootstrap or material design st


Version published
Maintainers
1
Install size
1.91 MB
Created

Readme

Source

Datepicker by Gijgo.com is a plug-in for the jQuery Javascript library. It is a very fast and extandable tool, and will add advanced interaction controls to any date field. This plugin allows you to create datepickers using bootstrap or material design styles. Free open source tool distributed under MIT License.

Examples

  1. Bootstrap Datepicker

  2. Bootstrap 4 Datepicker

  3. Material Design Datepicker

  4. Bootstrap 4 DateRangePicker

  5. Vue.js DatePicker

  6. Angular 6 Datepicker

Getting Started

<html>
<head>
    <meta charset="utf-8" />
    <title>Datepicker example</title>
    <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
    <script src="/js/core.js" type="text/javascript"></script>
    <script src="/js/datepicker.js"></script>
    <link href="/css/core.css" rel="stylesheet" type="text/css">
    <link href="/css/datepicker.css" rel="stylesheet" type="text/css">
</head>
<body>
    <input id="datepicker" />
    <script>
        $('#datepicker').datepicker();
    </script>
</body>
</html>

Keywords

FAQs

Last updated on 13 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc