All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.composer.json Maven / Gradle / Ivy

Go to download

A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub

The newest version!
{
  "name": "eonasdan/bootstrap-datetimepicker",
  "type": "component",
  "version": "4.17.49",
  "description": "Date/time picker widget based on twitter bootstrap",
  "keywords": [
    "bootstrap",
    "datetimepicker"
  ],
  "homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
  "license": "MIT",
  "require": {
    "robloach/component-installer": "*",
    "components/jquery": ">=1.9.1",
    "moment/moment": ">=2.10.5"
  },
  "extra": {
    "component": {
      "scripts": [
        "src/js/bootstrap-datetimepicker.js"
      ],
      "files": [
        "build/js/bootstrap-datetimepicker.min.js",
        "build/css/bootstrap-datetimepicker.min.css"
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy