advanced code snippet search
fugue on 12/29/06
12/29/06 01:35am
$row['datum'] = "2003-12-31"; setlocale (LC_ALL, 'nl_NL'); echo strftime ("%d %B %Y", mktime(0, 0, 0, substr($row['datum'],5,2), substr($row['datum'],8,2), substr($row['datum'],0,4))); // Returns 12 31 2003
Report this snippet Tweet
Comment:
You need to login to post a comment.