C
|
copper21 3/14/2013 |
Hello, |
C
|
cgphp 3/14/2013 |
You can do it in three lines: $reg_date = date("Y-m-d", strtotime($values['reg_date'])); |
S
|
swanside 3/19/2013 |
How about just adding a timestamp field to the Database? |