Hi, how can I convert a date stored in a mysql-database for output in the german format (dd.mm.yy).
I tried date ("d.m.y",$row->from);
but I still get the english-format stored in the database.
The databasefield is type date.
Regards,
Ruprecht
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
