1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: eonasdan-bootstrap-datetimepicker
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Mathias Behrle <mbehrle@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libjs-bootstrap,
node-less,
uglifyjs,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/js-team/eonasdan-bootstrap-datetimepicker.git
Vcs-Browser: https://salsa.debian.org/js-team/eonasdan-bootstrap-datetimepicker
Homepage: https://github.com/Eonasdan/bootstrap-datetimepicker
Rules-Requires-Root: no
Package: libjs-eonasdan-bootstrap-datetimepicker
Architecture: all
Depends:
libjs-bootstrap,
libjs-jquery,
libjs-moment,
${misc:Depends},
Recommends:
javascript-common,
Multi-Arch: foreign
Description: Date/time picker widget based on twitter bootstrap
This package contains a JavaScript Library providing a date/time picker
component designed to work with Bootstrap 3 and Momentjs.
.
This component consists actually of 2 subcomponent UI widgets:
one for the date and one for the time selection process. The developers can
configure which of those are needed and also the granularity that the
component will allow the users to select a date/time. Developers also
choose the format that the selected datetime will be displayed in the
input field.
|