79272300

Date: 2024-12-11 15:41:46
Score: 2.5
Natty:
Report link

Thanks LMA, Joel, your inputs helped me a lot. I found the below way to get the OA equivalent, it was easy after read your comments

DateTime aDate = DateTime.Now;
originalDateTB.Text = aDate.ToString();
convertedDateTB.Text = aDate.ToOADate().ToString();
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): helped me a lot
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: JC Nunez