posit-dev/py-shiny

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

Open

#484 opened on 2023年5月13日

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)

説明

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

コントリビューターガイド