Title: Correction Needed for Date Format String in format_modified Method
Last modified: July 18, 2024

---

# Correction Needed for Date Format String in format_modified Method

 *  Resolved [sgoktekin](https://wordpress.org/support/users/sgoktekin/)
 * (@sgoktekin)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/correction-needed-for-date-format-string-in-format_modified-method/)
 * Dear [Plugin Author/Support Team],
 * I hope this message finds you well.
 * I am writing to request a correction in the code for the `format_modified` method.
   In the current version, the date format string is defined as follows:
 * `$date_format = _x( '%1$s \a\t %2$s', 'date and time format', 'code-snippets');`
 * This string causes issues with formatting. To resolve this, please update it 
   to the following corrected format:
 * `$date_format = _x( '%1$s at %2$s', 'date and time format', 'code-snippets' );`
 * This change should ensure that the date and time format is displayed correctly.
 * Thank you for your attention to this matter. If you need any further information,
   please let me know.
 * Best regards,
 * Selçuk Göktekin

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/correction-needed-for-date-format-string-in-format_modified-method/#post-18007052)
 * Hi Selçuk,
 * Thanks for reporting this. It’s a very strange mistake – I’m not sure how it 
   could have occurred in the first place.
 * I’ve fixed this in our development version, and it should be fixed in the next
   release.

Viewing 1 replies (of 1 total)

The topic ‘Correction Needed for Date Format String in format_modified Method’ is
closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/correction-needed-for-date-format-string-in-format_modified-method/#post-18007052)
 * Status: resolved