DateInput internationalization
Project description
streamlit-dateinput-intl
DateInput internationalization
Installation instructions
uv pip install streamlit-dateinput-intl
Usage instructions
import streamlit as st
from streamlit_dateinput_intl import streamlit_dateinput_intl
selected_date = streamlit_dateinput_intl(
value="today",
min=date.today() - timedelta(days=30),
max=date.today() + timedelta(days=30),
key="date_input_full",
format="YYYY/MM/DD",
disabled=False,
width="stretch",
locale="ja"
)
st.write(selected_date)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_dateinput_intl-0.0.2.tar.gz.
File metadata
- Download URL: streamlit_dateinput_intl-0.0.2.tar.gz
- Upload date:
- Size: 335.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
165ebb310cf7153fccd2db04b8ef9303c9a79c13f32c79724b42cc807a35e9db
|
|
| MD5 |
15af796e551f23e404e36b52725202b4
|
|
| BLAKE2b-256 |
e5b669ec388414e9baf31f906e615d49276ee4fb7708a768ddcd140c027040f9
|
File details
Details for the file streamlit_dateinput_intl-0.0.2-py3-none-any.whl.
File metadata
- Download URL: streamlit_dateinput_intl-0.0.2-py3-none-any.whl
- Upload date:
- Size: 340.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634656caba927af820a58bf05cb6edd27c4fca5b214b6f18e1b33d3120be8a83
|
|
| MD5 |
50fd7f750c47c8fe6c0fa398d73d3531
|
|
| BLAKE2b-256 |
b5bbcc07ab75bf213b4d81854cd42cb6b5aecd3bb9fa4634c06d9eaa01e87e1c
|