posit-dev/py-shiny

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

Open

#484 aberto em 13 de mai. de 2023

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

Métricas do repositório

Stars
 (1.723 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador