mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 01:04:30 +02:00
7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
function formatDate($date){
|
|
return date('j, m, Y, G:i', strtotime($date));
|
|
}
|
|
|
|
?>
|