need convert string to date for validate in a database not running correctly, need code for this!.
thank
------------------
capv
Printable View
need convert string to date for validate in a database not running correctly, need code for this!.
thank
------------------
capv
Click on Command1 and Text1 will have a formatted date in it.Code:Private Sub Command1_Click()
On Error Resume Next
Text1.Text = FormatDateTime(Text1.Text, vbLongDate)
End Sub
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer