posit-dev/py-shiny

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

Open

#484 aperta il 13 mag 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (126 fork)github user discovery
good first issue

Metriche repository

Star
 (1723 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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).

Guida contributor