posit-dev/py-shiny

ui.input_date() doesn't support years <1000 and >9999

Open

#484 geöffnet am 13. Mai 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (126 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (1.723 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Error:

RECV: {"method":"update","data":{"x:shiny.date":"900-02-09"}}
_send_error_response: time data '900-02-09' does not match format '%Y-%m-%d'

Ideally, it would be great to have BC dates as well (year<0).

Contributor Guide