Titanium.UI.Picker.showDatePickerDialog

Function of Titanium.UI.Picker.
Platform Since
Android 0.8

Summary

Shows Date picker as modal dialog.

Description

See "Date Picker using showDatePickerDialog()" for an example.

Arguments

Name Type Summary
dictObj Object

Dictionary object with a subset of Titanium.UI.Picker properties and a callback defined. Acceptable object properties are callback, format24, okButtonTitle, title and value.

Return Type

void