VB Helper: HowTo: Use custom formatting strings to format Dates in VB .NET
The Date class's ToString method formats a Date value. A parameter indicates the custom format to use. Some single characters may also indicate a standard format. For example, "d" means to use the system's short date format. To use the "d" character as a ...