Title: Change date format
Last modified: September 16, 2020

---

# Change date format

 *  Resolved [max1114](https://wordpress.org/support/users/max1114/)
 * (@max1114)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-date-format-70/)
 * How can I change date format of the order?
    I know php but I just can’t find 
   where is it in the code.
    -  This topic was modified 5 years, 8 months ago by [max1114](https://wordpress.org/support/users/max1114/).

Viewing 1 replies (of 1 total)

 *  [kenil802](https://wordpress.org/support/users/kenil802/)
 * (@kenil802)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/change-date-format-70/#post-13438345)
 * Hi [@max1114](https://wordpress.org/support/users/max1114/),
 * In order to add the order completion date, can you please try the below code 
   in print-content.php file which is located at \woocommerce-delivery-notes\templates\
   print-order\print-content.php and check whether it is working fine or not.
 * Code:
    echo date( ‘j-n-Y’, strtotime($order->get_date_completed()));
 * Please let us know how it goes.
 * Regards,
    Kenil Shah

Viewing 1 replies (of 1 total)

The topic ‘Change date format’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-delivery-notes/assets/icon-256x256.jpg?rev=2829362)
 * [Print Invoice & Delivery Notes for WooCommerce](https://wordpress.org/plugins/woocommerce-delivery-notes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-delivery-notes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-delivery-notes/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-delivery-notes/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [kenil802](https://wordpress.org/support/users/kenil802/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/change-date-format-70/#post-13438345)
 * Status: resolved