Is there any way I can convert a date of format: dd/mm/yyyy to yyyymmdd format? For example from : 25/07/2011 to 20110725? in VB.NET?
|
feedback
|
|
Dates themselves don't have formats inherently. You can parse a string into a
However, ideally you should keep it as a | |||||||||
feedback
|
|
Use the | |||
|
feedback
|