carlosapv
Nov 30th, 1999, 05:12 AM
need convert string to date for validate in a database not running correctly, need code for this!.
thank
------------------
capv
Compwiz
Nov 30th, 1999, 05:16 AM
Private Sub Command1_Click()
On Error Resume Next
Text1.Text = FormatDateTime(Text1.Text, vbLongDate)
End Sub
Click on Command1 and Text1 will have a formatted date in it.
------------------
Tom Young, 14 Year Old
tyoung@stny.rr.com
ICQ: 15743470 (http://wwp.icq.com/15743470) Add Me (http://wwp.icq.com/scripts/search.dll?to=15743470) ICQ Me (http://wwp.icq.com/scripts/contact.dll?msgto=15743470)
AIM: TomY10 (http://www.aol.com/aim/aim30.html)
PERL, JavaScript and VB Programmer