I have an date field in my database and letting that date show in a php document:
<?php echo $rsPartylist->Fields("datum")?>
Now I want the outcome not to be: 2001-10-09 but just 09-10. If i'm using the DW ultradev command on the recordset. It generates the following code:
<?php echo DoDateTime( $rsPartylist->Fields("datum"), 'jS F Y') ?>
but viewing this live -->
Warning: unexpected error in date() in d:\apache\htdocs\partylist_oll6jaaq6.php on line 60
Is there another (working) code I can use ?![]()
Greetz Brain





Bookmarks