selvamtech
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] Change Date fomatHere is the link which i getting issues in admin section
https://www.dropbox.com/s/5o6vl6dxh7sdkd0/fix.PNG?dl=0
in appointment-calendar-mobile.php, after changing the 54 line
$AppointmentDate = date(“Y-m-d”, strtotime($_POST[‘AppDate’]));
to
$AppointmentDate = date(“m-d-Y”, strtotime($_POST[‘AppDate’]));
email as well as admin list of appoitnment section also need mm-dd-yy , please provide the solution, it would very helpful.
Thanks
selvamtechForum: Plugins
In reply to: [Appointment Calendar] Change Date fomatHI abishek
i have another doubt, email also having date format issues.Now its like
YY/MM/DD , i need to change mm/dd/yy format, i have changed in line 54,
$AppointmentDate = date(“Y-m-d”, strtotime($_POST[‘AppDate’])); to
$AppointmentDate = date(“m-d-Y”, strtotime($_POST[‘AppDate’]));
now am getting email correctly , but having the problem admin section manage appoitements list.in manange appoitment list last booking year looks like 0001 after changing the 54th line. can you explain solution?
Forum: Plugins
In reply to: [Appointment Calendar] Change Date fomatHi Abhishek
It it working fine. i can able to see the changes . thanks a lot.
Thanks
selva