Question
PHP Date Funcing using recordset
How do I make a date function using recordset. I tried this
method but I am getting an error.
<?php echo date($row_userIDs['dateOfReg'], "M j, Y"); ?>
<?php echo date($row_userIDs['dateOfReg'], "M j, Y"); ?>
