Dasa,
I appreciate your response, but I guess I'm having one of those days.
Do you have an example of how to hard code a beginning and ending date? I've seen the following, but I don't really know where to insert it. If there is something better, I'd be happy for that also.
var myTimeDef:TimeExtent = new TimeExtent();
myTimeDef.startTime = new Date("2003/09/25 UTC");
myTimeDef.endTime = new Date("2005/10/25 UTC");
myFeatureLayer.timeDefinition = myTimeDef;
If I can get the hard coded extents to work I would be happy, then would be able to get the pickers to work.
Thanks again.