Hi,
I am using a datepicker. Everything is fine so far except the month in the datepicker. It's just showing the current month and not allowing user to select other months?
can anyone help please..
here is the code:
<input type="text" id="dateBirthday" name="dateBirthday" value="<?php echo $member_date_of_birth; ?>" autocomplete="off" readonly required>
Thanks,
Jassim