|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Format(Date, "mmddyy") in VB.NETfniles,
You can still use the Format function, or you can use the date variable's ToString method: Dim myDate As Date = DateTime.Now MsgBox(Format(myDate, "MMddyy")) MsgBox(myDate.ToString("MMddyy")) Kerry Moorman Show quoteHide quote "fniles" wrote: > How do you do Format(Date, "mmddyy") in VB.NET ? > Thank you > > > "fniles" <fni***@pfmail.com> schrieb: 'MsgBox(Format(Date, "MMddyy"))'.> How do you do Format(Date, "mmddyy") in VB.NET ? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
C.NET VS VB6
Using A Bound Dataset to insert new Seeking Design Advice What's wrong with the combobox in grid programatically created checkboxes within panels again.... DirectCast of object to interface doesn't work Dataset to excel Dataset to excel Why won't DateTimePicker work? Re: Strict type for Hashtable? |
|||||||||||||||||||||||