n/oldblog
n
/
oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/date.php

5 lines
68 B
PHP

<?php
setlocale (LC_ALL, 'fr_FR');
echo strftime("%A %e %B %Y");
?>