are you posting the form after they have selected the date value?
If so then just call the form element as a variable as you would with any other element i.e. if your select box has the name of sel_date then after you have posted your form the value of sel_date will be accessible by calling $sel_date from your php script.