toga/examples/date_and_time
2024-01-30 11:46:30 +08:00
..
date_and_time Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
CHANGELOG Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
LICENSE Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
pyproject.toml Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
README.rst Add pre-commit hooks: check-toml, check-yaml, check-case-conflict, check-docstring-first, end-of-file-fixer, trailing-whitespace 2022-10-20 21:59:36 +01:00

Date & Time Pickers Example
===========================

Test app for the Date & Time Pickers Example widget.

Date & Time Picker is available only on Android and Win platforms

Quickstart
~~~~~~~~~~

To run this example on Windows:

    $ pip install toga
    $ python -m date_and_time

To run this example on Android:

    $ pip install briefcase
    $ briefcase run android