Is there a good Flex (3) date / time chooser component?

10,788

Solution 1

Maybe this could help: http://blog.georg-graf.com/archives/301

Solution 2

This should work for you: http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/

There's a demo and a link to the source code right above it.

Solution 3

If you want to only edit the time, here a solution :

http://weflex.wordpress.com/2011/02/17/flex-timeinput-component/

Solution 4

Found this on Adobe site (first result in Google hunt) http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1400019.

You could extend the DateChooser component to add above feature.

Solution 5

The Yahoo! Astra TimeInput and TimeStepper are useful.

http://developer.yahoo.com/flash/astra-flex/timeinput/

http://developer.yahoo.com/flash/astra-flex/timestepper/

However, apparently there is an issue when using them with the Flex 4 SDK and it seems Yahoo! currently has no plans to update their Astra components.

You may want to check out this link for a version that works with Flex 4. https://github.com/joshtynjala/astra-flex

I think a time input would be a good candidate for a native Flex SDK component.

Share:
10,788
Chris R
Author by

Chris R

I'm a software developer and inveterate geek (like many here, I suspect). For work I use so many tools I usually can't remember them all, but recently they've been heavily Python/Java. C, Java/J2EE, various scripting and release engineering tools figure heavily in the list as well.

Updated on June 05, 2022

Comments

  • Chris R
    Chris R almost 2 years

    I need a time chooser for a flex app, and as far as I can tell there is no UI component to manipulate Date objects at a resolution finer than per-day (the DateChooser component).

    What's a good time chooser for Flex? I strongly prefer a Free as in Libre and/or Free as in Beer component.