I want to have a dropdown box that the user can select a date from. If they select June 22, 2004 I need the format of the value to be 040622 where 04 is the year, 06 is the month and 22 is the day. I also need a check on this field to not allow a date more then 10 days from the current date to be selected. So today is the 22nd, if the user selected the 27th it would be valid. Let's say the user selects July 3, 2004. Then the user sould be flagged that they must enter a date no more then 10 days of the current date. Also if the user selects a date prior the current date, the user needs to be flagged that they must enter a date equal or later then the current date. Thanks