[ create a new paste ] login | about

Link: http://codepad.org/BXfxxeX5    [ raw code | output | fork ]

PHP, pasted on Oct 30:
1
2
3
<?php

var_dump(date("Y-m-d", strtotime("14 Jan, 2013")));


Output:
1
string(10) "2012-01-14"


Create a new paste based on this one


Comments: