I want to display data by month. (date_input)

date = date_input(β€˜date’)

date_input allows you to select year, month and day.
I want to use it without selecting a days.

Please give me some advice.
Thanks.

Probably the easiest solution is to use two inputs, one to select month and another to select year. You could use two number inputs, or two selectboxes, etc.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.