Capacitor Datetime Picker - new year-month mode

:date: Capacitor Datetime Picker v8.1.0 ships with a new mode that let your users pick just a month and year, perfect for credit card expiry, billing month, birth month, and any other use case where the day is irrelevant.

Highlights:

:mobile_phone: Works on Android and iOS
:globe_showing_europe_africa: Locale-aware month names
:locked: Min/max constraints (year and per-year month)
:artist_palette: Auto/light/dark theme support
:spiral_calendar: Returns the first day of the selected month at 00:00:00 local time

A small but interesting twist: neither Android nor iOS provide a native month-only picker. To keep the UX consistent, the plugin renders a custom UI — an AlertDialog with two NumberPickers on Android, and a bottom-sheet modal with a two-column UIPickerView on iOS.

What features would you like to see next in the Datetime Picker plugin?

Read the docs and see a demo app.

5 Likes