This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by Anonymous.
Tagged: date picker
Viewing 4 posts - 1 through 4 (of 4 total)
Hello Just to mention that I love this theme! On the appointments page tho, the date picker for date of birth is very limited. When the calendar comes up …if I was born in 1960, I have to click all the way back through months to find my birth year. Can this be adjusted so that I can click through by month and by year also? This would make it much more user friendly. There is an option to type in the date but only if you know to use dashes and not back slashes…or back slashes and not dashes. (depending on how I have set it up) There is no way for users to be sure.
Add tthis code in lifecare/medical/template_appointment.php on line no 151,
//Born date picker
jQuery("#dob").datepicker({
changeMonth: true,
changeYear: true,
dateFormat:'<?php echo $atp_defaultdate; ?>'
});
It will help you out.
If you have not yet given ratings to the theme, kindly please give to the theme by going to your themeforest account downloads section and below the Download button of the theme you can find the stars to click on for ratings 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.