Hi
Meet
1. Go in your Plugin directory and open appointment-calendar-shortcode.php file
2. Go to Line Number 171 and make selectable: true,
3 Go to Line Number 174 and past this code
var curtdate = jQuery.fullCalendar.formatDate(new Date(),’dd-MM-yyyy’);
jQuery(‘#appdate’).val(curtdate);
before this line jQuery(‘#AppFirstModal’).show();
Thanks
Hi there,
just making value “TRUE” solved my problem.
On editing code on #174 made calender disappeared…
Anyways, thank you very much for such a quick reply buddy.
Cheers 🙂
Hi
Changing value ‘TRUE’ make the calendar clickable, how to make it that after clicking the time slot at calendar ‘Your Appointment Date’ automatically filled with date and time clicked at the Calendar (without showing another popup calendar)?
Hope you understand what I mean….
Hi Ak
you want to fill select date in date text box with full calendar
Please Reply
Thnks
Please see image here http://i59.tinypic.com/vr4nxg.png , I dont know how to attach image at forum.
Thanks for your quick reply.
Hi
Please replace
var curtdate = jQuery.fullCalendar.formatDate(start,’dd-MM-yyyy’);
jQuery(‘#appdate’).val(curtdate);
jQuery(‘#AppFirstModal’).show();
in
select: function(start, end, allDay)
{
}
Thanks
it worked , Great …. but how to append the time too? like I said earlier 05-11-2014 13:00 ? And then remove the datepicker (small calendar at popup) as it will not be needed once date and time is picked and filled by big calendar.
and what is your email by the way, I need few other tweaks and wish to pay you for all your suport and help.
Thanks
no wrries I m able to do both…. but one thing that time is not going forward while choosing Service and clicking Next
See the below images
http://i57.tinypic.com/2ypawjb.png
http://i58.tinypic.com/2q02jwj.png
Thanks