Invoke date picker component in flex mobile

638 Views Asked by At

Problem: I have to get date as input from user in flex mobile application.

Question: How to invoke date picker component from flex mobile application that selects some date from component and display the selected date in text input.

Platform: Flash Builder 4.6

1

There are 1 best solutions below

3
On

Use the DateSpinner class, you can put it in a popup or callout or whatever

http://devgirl.org/2011/11/17/flex-mobile-development-datespinner-sample-with-source/