79710918

Date: 2025-07-22 18:37:17
Score: 1.5
Natty:
Report link
\<?php

echo date("Y-m-d");

?\>
```php
The `date()` function formats the current date. `"Y-m-d"` shows output like 2025-07-22.
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mani Deep