{ "info": { "author": "Nakahara Kunihiko", "author_email": "nakahara.kunihiko@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "django-bootstrap3-datetimepicker\n================================\n\nThis package uses Bootstrap v3 datetimepicker widget version 2 provided by the following project:\n https://github.com/Eonasdan/bootstrap-datetimepicker\n\nThe correct formatting options for dates can be found here:\n http://momentjs.com/docs/\n\nIt works only with Bootstrap3. If you are using Bootstrap2 in your\nDjango project, check out this:\nhttps://github.com/zokis/django-bootstrap-datetimepicker\n\nInstall\n-------\n\n- Run ``pip install bootstrap3-datetime``\n- Add ``'bootstrap3_datetime'`` to your ``INSTALLED_APPS``\n\nExample\n-------\n\nforms.py\n\n\n::\n\n from bootstrap3_datetime.widgets import DateTimePicker\n from django import forms\n\n class ToDoForm(forms.Form):\n todo = forms.CharField(\n widget=forms.TextInput(attrs={\"class\": \"form-control\"}))\n date = forms.DateField(\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD\",\n \"pickTime\": False}))\n reminder = forms.DateTimeField(\n required=False,\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD HH:mm\",\n \"pickSeconds\": False}))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gcaprio/django-bootstrap3-datetimepicker.git", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "bootstrap3-datetime", "package_url": "https://pypi.org/project/bootstrap3-datetime/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bootstrap3-datetime/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gcaprio/django-bootstrap3-datetimepicker.git" }, "release_url": "https://pypi.org/project/bootstrap3-datetime/2.4/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap3 compatible datetimepicker for Django projects.", "version": "2.4" }, "last_serial": 2722956, "releases": { "2.4": [ { "comment_text": "", "digests": { "md5": "4233ef177d11f28a12efe239c94f0b43", "sha256": "65e123c3105309fc15d973188585fd9d6ad968df50ff82874d38f93f4b01db21" }, "downloads": -1, "filename": "bootstrap3-datetime-2.4.tar.gz", "has_sig": false, "md5_digest": "4233ef177d11f28a12efe239c94f0b43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108353, "upload_time": "2017-03-22T12:32:51", "url": "https://files.pythonhosted.org/packages/02/b4/155e91001ca58869e83ccb334d0cee33c5b38d5e0141934c6785da344ab4/bootstrap3-datetime-2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4233ef177d11f28a12efe239c94f0b43", "sha256": "65e123c3105309fc15d973188585fd9d6ad968df50ff82874d38f93f4b01db21" }, "downloads": -1, "filename": "bootstrap3-datetime-2.4.tar.gz", "has_sig": false, "md5_digest": "4233ef177d11f28a12efe239c94f0b43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108353, "upload_time": "2017-03-22T12:32:51", "url": "https://files.pythonhosted.org/packages/02/b4/155e91001ca58869e83ccb334d0cee33c5b38d5e0141934c6785da344ab4/bootstrap3-datetime-2.4.tar.gz" } ] }