<?php echo xlt($row['prauth1_sd']); ?>
The field praut1_sd is a date that is formatted YYYY-DD-MM
How can I format the output field as MM-DD-yy? Or should I do it before the echo?
<?php echo xlt($row['prauth1_sd']); ?>
The field praut1_sd is a date that is formatted YYYY-DD-MM
How can I format the output field as MM-DD-yy? Or should I do it before the echo?
This is for output on a report.
Thank you for the information!