3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-05-21 01:04:30 +02:00
BOS-Pinneberg_m/helpers/format_helper.php

7 lines
89 B
PHP

<?php
function formatDate($date){
return date('j, m, Y, G:i', strtotime($date));
}
?>