posit-dev/py-shiny
GitHub で見るui.input_date() doesn't support years <1000 and >9999
Open
#484 opened on 2023年5月13日
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).