• Resolved tonigue

    (@tonigue)


    Hello @abhishek,

    I only have 2 doubts that I can not find it.
    1 ° when I receive an email the date I get Y-m-d and I need to change it to d-m-Y
    2 ° is in manage appointments the schedule I get 14:00 – 12:00 I a rare schedule I also need to change it. i make it only 1 hour in calendar show 13:00 – 1400 and on man.appoint. 14:00 – 1200 on edit is the time ok.

    • This topic was modified 8 years, 3 months ago by tonigue.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tonigue

    (@tonigue)

    ok i have found the litte error on the n 2° strange time ??

    <td><em><?php echo date("H:i", strtotime($appointment->start_time))." - ".date("H:i", strtotime($Appointment->end_time));

    i changed to $appointment

    and forgot to ask, in manage-appointments the button is missing to delete all the appointments.

    thanks

    • This reply was modified 8 years, 3 months ago by tonigue.
    • This reply was modified 8 years, 3 months ago by tonigue.

    Hi @tonigue

    Follow given instruction to change date format of appointment in email.

    1. Go to in your plugin directory >> appointment-calendar-shortcode.php

    2. Find line number 22 and change here your date format in d-m-Y

    Find here screen shot https://prntscr.com/db3vur

    Delete appointment button already here https://prntscr.com/db3w2k

    Thanks
    A

    Thread Starter tonigue

    (@tonigue)

    thanks all is now ok.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two Question Date format on email / time strange’ is closed to new replies.