Title: Date format
Last modified: July 13, 2017

---

# Date format

 *  Resolved [wesebo](https://wordpress.org/support/users/wesebo/)
 * (@wesebo)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/date-format-121/)
 * Hi dear,
 * In mail i am geting the date with “/” how can i change “/” with “.” !??
    10/07/
   2017 ==> 10.07.2017
 * Best regards

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

 *  Plugin Author [mdalabar](https://wordpress.org/support/users/mdalabar/)
 * (@mdalabar)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/date-format-121/#post-9315682)
 * Hi,
    You can change date format as per your wish by applying PHP date_format 
   function. Look for this piece of code in main file as `get_post_meta( $order_id,'
   byconsolewooodt_delivery_date', true )` and now pass it through PHP date_format
   function like `date_format($date,"m.d.Y");` where the $date is as `get_post_meta(
   $order_id, 'byconsolewooodt_delivery_date', true )` or you can put it all together
   like `date_format($date , get_post_meta( $order_id, 'byconsolewooodt_delivery_date',
   true ));` Let me know if can get it done. Thanks
 *  Thread Starter [wesebo](https://wordpress.org/support/users/wesebo/)
 * (@wesebo)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/date-format-121/#post-9324930)
 * hi and thanks for reply,
    how can i change it as child? and i have to edit which
   php file?
 * best regards
 *  Thread Starter [wesebo](https://wordpress.org/support/users/wesebo/)
 * (@wesebo)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/date-format-121/#post-9325540)
 * sorry dear but i did not get what i have to do can you please explain it?
 * Best regards

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

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

 * ![](https://ps.w.org/byconsole-woo-order-delivery-time/assets/icon-256x256.jpg?
   rev=1741600)
 * [Delivery Date Time & Pickup for WooCommerce](https://wordpress.org/plugins/byconsole-woo-order-delivery-time/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/byconsole-woo-order-delivery-time/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/byconsole-woo-order-delivery-time/)
 * [Active Topics](https://wordpress.org/support/plugin/byconsole-woo-order-delivery-time/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/byconsole-woo-order-delivery-time/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/byconsole-woo-order-delivery-time/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [wesebo](https://wordpress.org/support/users/wesebo/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/date-format-121/#post-9325540)
 * Status: resolved