Title: Date format &#8211;  the_modified_date
Last modified: August 21, 2016

---

# Date format – the_modified_date

 *  Resolved [leslierad](https://wordpress.org/support/users/leslierad/)
 * (@leslierad)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/)
 * I was using qtranslate up until today when I switched to your plugin, most seems
   to work fine so far- thanks.
 * The only issue I see so far is:
    <?php the_modified_date(‘[:en]jS F Y [:da]j 
   F Y [:de]j. F Y [:es]j F Y [:no]j F Y [:pt]jS F Y [:sv]j F Y [:fr]jS F Y [:nl]
   j F Y [:it]j F Y ‘); ?>
 * Used to show in Qtranslate correctly but doesn’t in mqtranslate.
 * [https://wordpress.org/plugins/mqtranslate/](https://wordpress.org/plugins/mqtranslate/)

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

 *  Plugin Author [chsxf](https://wordpress.org/support/users/chsxf/)
 * (@chsxf)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4819761)
 * Hi leslierad,
 * We will investigate this issue as soon as possible.
 *  Plugin Author [chsxf](https://wordpress.org/support/users/chsxf/)
 * (@chsxf)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4820048)
 * I’m surprised it was working with qTranslate as we did not find anything relevant
   with quicktags for this function.
 * However, we implemented the feature and it will be available in the next update
   of the plugin.
 *  Thread Starter [leslierad](https://wordpress.org/support/users/leslierad/)
 * (@leslierad)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4820123)
 * There is an error in correctly displaying the_modified_date it shows now the 
   published date instead of the date the post was last modified.
 *  Thread Starter [leslierad](https://wordpress.org/support/users/leslierad/)
 * (@leslierad)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4820124)
 * I removed the filter from mqtranslate_hooks.php and the function now works correctly,
   apart from using another language for date text, but that may have been in my
   qtranslate .mo files don’t remember how I got it working before.
 * add_filter(‘get_the_modified_date’, ‘qtrans_dateFromPostForCurrentLanguage’,0,2);
 *  Plugin Author [chsxf](https://wordpress.org/support/users/chsxf/)
 * (@chsxf)
 * [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4820126)
 * Ok, we fixed this issue. A permanent fix will be available in the next release.
 * For now, you can replace
 * `add_filter('get_the_modified_date', 'qtrans_dateFromPostForCurrentLanguage',
   0,2);`
 * by
 * `add_filter('get_the_modified_date', 'qtrans_dateModifiedFromPostForCurrentLanguage',
   0,2);`

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/mqtranslate_b2b2b2.svg)
 * [mqTranslate](https://wordpress.org/plugins/mqtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mqtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mqtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/mqtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mqtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mqtranslate/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [chsxf](https://wordpress.org/support/users/chsxf/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/date-format-the_modified_date/#post-4820126)
 * Status: resolved