79160357

Date: 2024-11-05 18:53:11
Score: 1.5
Natty:
Report link

In C# 6.0 or later (which includes .NET Framework 4.6, .NET Core 1.0, and all subsequent versions)

string formattedDate = $"{DateTime.Now:dd/MM/yyyy}";

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: Zunair