以下是一个简单的PHP代码实例,用于查询并显示当前的日期:

```php

// 获取当前日期

$currentDate = date('Y-m-d');

// 输出当前日期

echo "