Skip to main content
This package uses Bootstrap v3 datetimepicker widget version 2 provided by the following project:

https://github.com/Eonasdan/bootstrap-datetimepicker

The correct formatting options for dates can be found here:

http://momentjs.com/docs/

It works only with Bootstrap3. If you are using Bootstrap2 in your Django project, check out this: https://github.com/zokis/django-bootstrap-datetimepicker

Install

  • Run pip install bootstrap3-datetime

  • Add 'bootstrap3_datetime' to your INSTALLED_APPS

Example

forms.py

from bootstrap3_datetime.widgets import DateTimePicker
from django import forms

class ToDoForm(forms.Form):
    todo = forms.CharField(
        widget=forms.TextInput(attrs={"class": "form-control"}))
    date = forms.DateField(
        widget=DateTimePicker(options={"format": "YYYY-MM-DD",
                                       "pickTime": False}))
    reminder = forms.DateTimeField(
        required=False,
        widget=DateTimePicker(options={"format": "YYYY-MM-DD HH:mm",
                                       "pickSeconds": False}))

Download files

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

Source Distribution

bootstrap3-datetime-2.4.tar.gz (108.4 kB view details)

Uploaded Source

File details

Details for the file bootstrap3-datetime-2.4.tar.gz.

File metadata

File hashes

Hashes for bootstrap3-datetime-2.4.tar.gz
Algorithm Hash digest
SHA256 65e123c3105309fc15d973188585fd9d6ad968df50ff82874d38f93f4b01db21
MD5 4233ef177d11f28a12efe239c94f0b43
BLAKE2b-256 02b4155e91001ca58869e83ccb334d0cee33c5b38d5e0141934c6785da344ab4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.4

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page