actionscript 3 - Set datechooser "event" based on "if" -
i have datechooser in app i'm working on; app submit time cards.
i'm trying figure out way set color based on number of hours submitted -- i.e. red less 8, green 8 exactly, yellow more 8. have number of hours day being pulled quick base number. there anyway set
if (hoursdateselected <= 7){ calendar.something = green }
Comments
Post a Comment