plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@nativescript/datetimepicker] Show Month And Year Only

Open diansigit opened this issue 4 years ago • 1 comments

it's possible to hide the day field, so on the dialog only show month and year spinner?

diansigit avatar Jan 25 '21 08:01 diansigit

Unfortunately on iOS the native UIDatePicker only has the following modes:

  • Time
  • Date
  • DateAndTime
  • CountDownTimer

I think currently there is no option to show the month and year only in the dialog.

janoshrubos avatar Feb 04 '21 09:02 janoshrubos