hi:

im building a vb.net web based application. one of the forms executes a procedure when clicking the button.

i want teh below procedure to run:

" Execute Calculate_RL ('31-AUG-2005'); "

i get the date from the user as 31-8-2005. how do i convert it to the format of ('31-AUG-2005') in vb.net?

thanks