3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-12-15 00:17:59 +01:00
Files
BOS-Pinneberg_m/helpers/format_helper.php
2018-02-10 23:41:24 +01:00

7 lines
89 B
PHP

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