If I pass a string containing a comma separated list of dates like "10/07/2009, 04/07/2009, 02/25/2009 and 07/25/2007" it will only find the last date in the list. If I add text after the commas like "10/07/2009, spacer 04/07/2009, spacer 02/25/2009 and 07/25/2007" it will find all dates in the list.
If I pass a string containing a comma separated list of dates like "10/07/2009, 04/07/2009, 02/25/2009 and 07/25/2007" it will only find the last date in the list. If I add text after the commas like "10/07/2009, spacer 04/07/2009, spacer 02/25/2009 and 07/25/2007" it will find all dates in the list.