79639152

Date: 2025-05-26 14:59:19
Score: 1
Natty:
Report link

If you have month or day in Integer type, you could just do:

string monthStr = $"{monthInt:00}";
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AecorSoft