Extracting data from two date entries

Hi again:

I have this file:

"2010-11-1 11:50:00",40894,13.38,17.24,12.92,13.23,"2010-11-14 
11:43:02",12.56,"2010-11-14 11:46:02",22.68,20.95,"2010-11-14 
11:44:03",2.144,2.078,190.4,14.27,6.293,"2010-11-14 
11:47:58",172.8,526.5,0.07,280,349.4,837.1532,-241.8,"NAN","NAN","NAN","NAN","NAN","NAN"
.
.
"2010-11-14 11:50:00",40894,13.38,17.24,12.92,13.23,"2010-11-14 
11:43:02",12.56,"2010-11-14 11:46:02",22.68,20.95,"2010-11-14 
11:44:03",2.144,2.078,190.4,14.27,6.293,"2010-11-14 
11:47:58",172.8,526.5,0.07,280,349.4,837.1532,-241.8,"NAN","NAN","NAN","NAN","NAN","NAN"
data
"2010-11-15 11:50:00",40894,13.38,17.24,12.92,13.23,"2010-11-14 
11:43:02",12.56,"2010-11-14 11:46:02",22.68,20.95,"2010-11-14 
11:44:03",2.144,2.078,190.4,14.27,6.293,"2010-11-14 
11:47:58",172.8,526.5,0.07,280,349.4,837.1532,-241.8,"NAN","NAN","NAN","NAN","NAN","NAN"
data
"2010-11-16 11:50:00",40894,13.38,17.24,12.92,13.23,"2010-11-14 
11:43:02",12.56,"2010-11-14 11:46:02",22.68,20.95,"2010-11-14 
11:44:03",2.144,2.078,190.4,14.27,6.293,"2010-11-14 
11:47:58",172.8,526.5,0.07,280,349.4,837.1532,-241.8,"NAN","NAN","NAN","NAN","NAN","NAN"
data
.
.
"2010-11-29 11:50:00",40894,13.38,17.24,12.92,13.23,"2010-11-14 
11:43:02",12.56,"2010-11-14 11:46:02",22.68,20.95,"2010-11-14 
11:44:03",2.144,2.078,190.4,14.27,6.293,"2010-11-14 
11:47:58",172.8,526.5,0.07,280,349.4,837.1532,-241.8,"NAN","NAN","NAN","NAN","NAN","NAN"

I'm making a script which I passes an inittial and final date (only the date), and extract the date inside them to on another file?
Maybe something like this:

#script 2010-12-14 2010-12-16

Really appreciate your help
Thanks

Can you use example dates that actually exist in your file and then show an example of the output you want extracted based on the data in your file.

Also, what have you tried so far and where are you stuck?