|
-
November 24th, 1999, 07:17 AM
#1
Date and time
how do set date and time values to text box
-
November 24th, 1999, 07:23 AM
#2
Re: Date and time
Text1.Text = Format(Now, "Short date") & " " & Format(Now, "short Time")
-
November 24th, 1999, 10:20 AM
#3
Re: Date and time
say text1 is the text object then
text1.text = format(now(),"dd-mmm-yyyy") & format(now(),"HH:MM")
There are different format styles you can use -
"dd-mm-yyyy" or "mm-dd-yyyy" or "dd-mmmm-yyyy" to get different effect.
Santulan
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
|