0

I have a dateChooser in an app I'm working on; the app is to submit time cards.

I'm trying to figure out a way to set a color based on number of hours submitted -- i.e. red for less than 8, green for 8 exactly, yellow for more than 8. I already have the number of hours for that day being pulled from quick base as a number. Is there anyway set it to something like

if (hoursDateSelected <= 7){
   calendar.something = green
}
4

1 回答 1

0

这可能是您正在寻找的:

Flex 4 日期选择器

基本上它是在扩展组件。

于 2012-06-20T19:13:17.433 回答