|
-
Apr 7th, 2009, 03:43 PM
#25
Thread Starter
Junior Member
Re: split strings into integers
 Originally Posted by ForumAccount
Just to add for crabramson, I'm not sure if you'll want the actual time part of the Date returned by:
Code:
Debug.WriteLine(StartDate)
So you can do:
Code:
Debug.WriteLine(StartDate.ToString("MM-dd-yyyy"))
That causes ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime. Parameter name: value
Tags for this Thread
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
|