> here dateformate is dd-mmm-yy (eg:17-oct-05)

if i was comparing 2 dates in actionscript i would do this

var date1:Date = new date(2005, 9, 17);
var date2:Date = new Date(2005, 9, 16);

if(date1<date2) etc

so your gonna have to do something like this (unless u can easily 
create a Date object from a DateField)

regards
bod(bhaq1972)





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to