mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2026-04-30 18:01:34 +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));
|
|
}
|
|
|
|
?>
|