<?php setlocale(LC_ALL, 'nl_NL'); function my_strftime ($format, $timestamp) { $format = str_replace('%O', date('S', $timestamp), $format); return strftime($format, $timestamp); } echo my_strftime('%d%O -%m-%Y', time());
You have javascript disabled. You will not be able to edit any code.