posit-dev/py-shiny

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

Open

#484 创建于 2023年5月13日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (126 fork)github user discovery
good first issue

仓库指标

Star
 (1,723 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南