Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter selvamtech

    (@selvamtech)

    Here 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
    selvamtech

    Thread Starter selvamtech

    (@selvamtech)

    HI 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?

    Thread Starter selvamtech

    (@selvamtech)

    Hi Abhishek

    It it working fine. i can able to see the changes . thanks a lot.

    Thanks
    selva

Viewing 3 replies - 1 through 3 (of 3 total)