I assume you meant 12AM?
I'm not an expert on Date handling, but my instinct would be to convert the
Date to Date.time() (milliseconds since Jan 1, 1970) and figure out the
Date.time() that corresponds to the boundary between days. And then you are
either past that number or not.
HTH,
-Alex
I have an app that has many references to a comparison function in my
DateUtilities to see if two dates are on the same day. Unfortunately, the
logical approach is used a couple hundred times in my application. Now I see
that in unusual circumstances a user may want to count an event that starts
at
Starting with Flex4 each module can override the default styles in the main
application. Styles that are different for a module are being setup in the
generated code. If you are using a model where all modules use the same
styles as the main application, then try compiling with
"-isolate-styles=fal