hi to all
i have text box named it as txtFdate


Code:
<input id="txtFromDate" tabindex="3" type="text" onchange="OnChangeClientSide()" size="12" runat="server" />
here i am just entering the value like 01-05-2002. So i need to Chage this into DateFormat so that i can insert into Database.

is there anything like txtFromDate.Format('mm/dd/yyyy')

any Help...?