|
-
Nov 30th, 1999, 06:12 AM
#1
Thread Starter
Member
need convert string to date for validate in a database not running correctly, need code for this!.
thank
------------------
capv
-
Nov 30th, 1999, 06:16 AM
#2
Hyperactive Member
Code:
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
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|