|
-
May 1st, 2009, 03:52 PM
#1
Thread Starter
New Member
can someone help me?
is there a datatype available in visual basic that can be used to store dates?
-
May 1st, 2009, 03:53 PM
#2
Re: can someone help me?
It's called "Date"
Dim myDate As Date
-
May 1st, 2009, 03:55 PM
#3
Re: can someone help me?
Yes, the Date datatype:
Code:
Dim d As Date = DateTime.Today
-
May 1st, 2009, 03:56 PM
#4
Thread Starter
New Member
Re: can someone help me?
hah seemed easy enough..thank you
-
May 1st, 2009, 05:02 PM
#5
Hyperactive Member
Re: can someone help me?
yeah, I keep thinking old school integers, doubles, arrays and make functions to deal with these things, but not knowingly vb does these things for you.
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
|