Hi,
i have some code that allows the using to input the date.
how do i join the day, month and year so it can be reversed into MySQL date format?
is this the easiest way to create a date drop down?
Code:
<tr>
<td>Shift Date</td>
<td><div align="left">
<?php
$months =...