For the complete documentation index, see llms.txt. This page is also available as Markdown.

DatePicker Plugin

DatePicker plugin lets an app use the native DatePicker control.

Enable Plugin in Monaca

  1. From the IDE menu, go to Configure → Cordova Plugin Settings.

  2. Under Available Plugins section, hover over the Datepicker plugin and click Enable button.

Methods

For Android

Function Name

Description

show(func)

show a DatePicker control.

DatePicker Demo

For Android

For iOS

Please note that, this example only works with iPhone but not iPad.

See Also:

Last updated