Skip to main content

Fanstatic packaging of bootstrap-datepicker.js.

Project description

js.bootstrapdatepicker

This library packages Bootstrap Datepicker for fanstatic. It is aware of different modes (normal, minified).

This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.bootstrapdatepicker) are published to some URL.

How to use?

You can import the Bootstrap Datepicker from js.bootstrapdatepicker and need it where you want these resources to be included on a page:

>>> from js.bootstrapdatepicker import bootstrapdatepicker
>>> bootstrapdatepicker.need()

Locales

Also included are locales for the bootstrap datepicker.

How to get the right locale for the current request depends on your web framework. In Pyramid you could e.g. do something like this:

from js.bootstrapdatepicker import bootstrapdatepicker_locales
from pyramid.i18n import get_locale_name

locale_name = get_locale_name(request)
if locale_name in bootstrapdatepicker_locales:
    bootstrapdatepicker_locales[locale_name].need()

CHANGES

1.1.3 (2016-02-27)

1.0 (2012-09-25)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

js.bootstrapdatepicker-1.1.3.zip (81.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page