VB Code:
Private Sub txtIssuedDate_AfterUpdate() txtIssuedDate = Format(txtIssuedDate, "MMM/DD/YYYY") End Sub
How can i format date ?
When i type 01/01/2005, txtIssuedDate changed to Oct/09/4670![]()
How come i am not getting Jan/01/2005?
Thank you in advance
Pretty




Reply With Quote