We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f33cd commit 33b5ef8Copy full SHA for 33b5ef8
tests/playwright/shiny/components/datepicker/app.py
@@ -7,10 +7,6 @@
7
min_date = date.fromisoformat("2011-11-04")
8
max_date = min_date + relativedelta(days=10)
9
10
-# Our input requires strings to be in the format "YYYY-MM-DD"
11
-str_min = min_date.strftime("%Y-%m-%d")
12
-str_max = max_date.strftime("%Y-%m-%d")
13
-
14
app_ui = ui.page_fluid(
15
ui.input_date(
16
"start_date_picker",
0 commit comments