Reputation: 2111
How do I format a date to CCCC-MM-YY in vb.net ?
Upvotes: 0
Views: 1071
Reputation: 5439
Here is a list of all of the supported date format flags for .NET.
Additionally, John Sheehan has put together some useful cheat sheets for string formatting - and other useful information. You can find those here.
Upvotes: 1