79601096

Date: 2025-04-30 21:11:44
Score: 0.5
Natty:
Report link

If you know for sure the string is a date you can do this. Make sure to confirm the value is a valid date first though or it will blow up.

Convert.ToDateTime(datestring).ToString("MM/dd/yyyyy")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deathstalker