Convert string to date format

  • Thread starter Thread starter Guest
  • Start date Start date
megala said:
Hi
How to convert a string "11022005" to a specific date format-02/11/2005

Use DateTime.ParseExact, passing it the format of the date within the string.
 
Back
Top