How to Convert a Date to String in Visual Basic 2005

How to Convert a Date to String in Visual Basic 2005 – This is a place for the community to provide tips and advice on How to Convert a Date to String in Visual Basic 2005. This topic was created by Charles Mabry and the tips are provided by the community. The tips you add here can be your own or referred from another site. The best tips are then ranked at the top when up-voted by members of the community.

Tip 1 - How to convert a Date to a formatted string in VB.net?

Published:  | Submitted by Riyaz Fazal | permalink
How to convert a Date to a formatted string in VB.net?

There seems to be a million questions here on converting a string to a Date, but not vice-versa. When I convert a Date object to a string using mydate.toString I get a string in the format 16/01/2013

Tip 2 - How to Convert Date to a String in VB6 | eHow

Published:  | Submitted by dai 0910 | permalink
How to Convert Date to a String in VB6 | eHow

Date conversions are common tasks in programming. Converting a date to a string allows you to use string-specific functions on your variables. The Visual Basic (VB) compiler language has prebuilt functions that allow you to convert the date variables to a string. The conversion is accomplished using a function named "Cstr()." Cstr converts any...

About This Topic

Category: Fun | 9 years, 5 month(s) ago

22.6k+ Reads
2 Tips
2 Votes
3 Likes
2 Saved

Contributors