Title: Date format
Last modified: September 12, 2018

---

# Date format

 *  [dupreec1978](https://wordpress.org/support/users/dupreec1978/)
 * (@dupreec1978)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/date-format-153/)
 * Is there a way to change the date format in the emails? It is currently coming
   out as 2018-09-12 11:00:00. That is quite unsightly for my area.
 * Thanks,
 * Christy

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/date-format-153/#post-10682565)
 * Hi Christy,
 * We hope to be able to add an option for date formatting within the reminder emails
   in a future update. In the meantime, the only way to do it would be to modify
   the core plugin code directly, if that’s something you’re comfortable doing. 
   You’d have to open the EWD_UASP_Reminders.php file, in the Functions folder, 
   and replace the following line:
 *     ```
       $Appointment->Appointment_Start,
       ```
   
 * with something like
 *     ```
       date('l, F jS \a\t h:i A', $Appointment->Appointment_Start),
       ```
   
 * That applies date formatting to the time in the email. You may need to play around
   with the code (as per [http://php.net/manual/en/function.date.php](http://php.net/manual/en/function.date.php))
   to get it how you want.

Viewing 1 replies (of 1 total)

The topic ‘Date format’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-appointment-scheduling/assets/icon-128x128.png?
   rev=1813701)
 * [Ultimate Appointment Booking & Scheduling](https://wordpress.org/plugins/ultimate-appointment-scheduling/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-appointment-scheduling/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-appointment-scheduling/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-appointment-scheduling/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-appointment-scheduling/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-appointment-scheduling/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [emails](https://wordpress.org/support/topic-tag/emails/)

 * 1 reply
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/date-format-153/#post-10682565)
 * Status: not resolved