posit-dev/py-shiny

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

Open

#484 opened on May 13, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (126 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,723 stars)
PR merge metrics
 (PR metrics pending)

Description

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