Okay, I guess here is where I¹m stuck or confused about what to do exactly. Could you suggest a couple of resources I could refer to? Thanks.
-- Blair From: Tim Hoff <[EMAIL PROTECTED]> Reply-To: <[email protected]> Date: Thu, 23 Oct 2008 19:30:02 -0000 To: <[email protected]> Subject: [flexcoders] Re: Help: filterFunction and Dates OK, so what you're saying is that item.Date_Collected is a string (2008-10-01) and not a date. This goes back to the original suggestion, use a Date() type for that variable in the VO. If you do, then the last sample should work; using selectedDate. -TH

