Title: Date format not translated
Last modified: August 30, 2016

---

# Date format not translated

 *  Resolved [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/date-format-not-translated/)
 * Hi
 * At our site (production) [http://www.cele.si/gadget/the-groovers-brkati-som-smartinsko-jezero/](http://www.cele.si/gadget/the-groovers-brkati-som-smartinsko-jezero/)
   i’m using shortcode
    `<?php echo do_shortcode("[postexpirator]"); ?>`
 * where day and month are not translated. I would also liek to add a word before
   the time.
 * Any help? Thank you
 * [https://wordpress.org/plugins/post-expirator/](https://wordpress.org/plugins/post-expirator/)

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

 *  Thread Starter [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303845)
 * ku – ku 🙂
 *  Thread Starter [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303875)
 * Hi
 * I understand the point of free plugin, but i would also apriciate little support
   after 5 days 🙁
 * Thanx
 *  [cordis](https://wordpress.org/support/users/cordis/)
 * (@cordis)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303908)
 * try to replace the code at line 1060
    from: `return get_date_from_gmt(gmdate('
   Y-m-d H:i:s',$expirationdatets),$format);`
 * to
 * `return date_i18n( $format, strtotime( $expirationdatets ) );`
 *  Thread Starter [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303909)
 * PERFECT!
 * Thank you very much!
 *  Thread Starter [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303910)
 * huh .. not quite perfect 🙂
 * Now, i’m facing with different date format. Date is strange
 * [http://www.cele.si/second/svet-v-mestu-ditka/](http://www.cele.si/second/svet-v-mestu-ditka/)
 * the line “zaključek” .. you see the date?
 * Post expirator is set to 01.08. at 22:00
 *  [cordis](https://wordpress.org/support/users/cordis/)
 * (@cordis)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303911)
 * sorry! try this
 * from:
    `return get_date_from_gmt(gmdate('Y-m-d H:i:s',$expirationdatets),$format);`
 * to
 * `return date_i18n( $format, $expirationdatets );`
 *  Thread Starter [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * (@gregy1403)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303912)
 * better 🙂 but with some strange timings .. some dates (times) are showing 2 hours
   backwards, some shows 1 hour backwards .. totally strange 🙂
 * i.e. this one [http://www.cele.si/second/ziveti-v-celju/](http://www.cele.si/second/ziveti-v-celju/)
   should end at 17:00 yet displays 16:00
 * this one [http://www.cele.si/second/svet-v-mestu-ditka/](http://www.cele.si/second/svet-v-mestu-ditka/)
   is set to finish at 22:00 yet it shows 20:00
 * Any idea?

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

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

 * ![](https://ps.w.org/post-expirator/assets/icon-256x256.png?rev=3118683)
 * [Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories](https://wordpress.org/plugins/post-expirator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-expirator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-expirator/)
 * [Active Topics](https://wordpress.org/support/plugin/post-expirator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-expirator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-expirator/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [gregy1403](https://wordpress.org/support/users/gregy1403/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/date-format-not-translated/#post-6303912)
 * Status: resolved