Title: [Plugin: Network Latest Posts] date format
Last modified: August 20, 2016

---

# [Plugin: Network Latest Posts] date format

 *  Resolved [Jenny Beaumont](https://wordpress.org/support/users/jennybeaumont/)
 * (@jennybeaumont)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/)
 * Wow Jose! This plugin has come a long way, so many new exciting features! Thank
   you so much for including my suggestion about taxonomy control, that’s a real
   plus.
 * Just saw that you’ve added meta info – fab idea. I am having a little trouble
   controlling the date format however.
 * I see that it’s called in this bit of code:
 *     ```
       $format = (string)$options[1]->option_value;
         $dateobj = new DateTime(trim($thispost[$i]->post_date));
         $datepost = $dateobj->format("$format");
       ```
   
 * Because my site is in French, I’d like to be able to modify how the date is displayed,
   which is different in different languages (as I’m sure you know). I thought the
   code was calling to the site settings to get the established format, but that
   doesn’t seem to be the case. At least it’s not working for me that way. ideas?(
   ie, the date appears “March 2, 2012” instead of “2 mars 2012”)
 * And then one more suggestion. It would be even *more* awesome if the meta info
   could be called separately. For example, I’d like date, but not author. Of course,
   I’ll just change the code for my current purposes, but in the future, maybe on
   one page I want author info, and in a widget use I don’t. Separating them out
   would be more flexible, and also help with formatting 🙂 knowwhatimean?
 * thanks again! this is now officially IMHO the BEST network-wide post publishing
   tool available. Bravo!
 * best,
    -jennyb
 * [http://wordpress.org/extend/plugins/network-latest-posts/](http://wordpress.org/extend/plugins/network-latest-posts/)

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

 *  Thread Starter [Jenny Beaumont](https://wordpress.org/support/users/jennybeaumont/)
 * (@jennybeaumont)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/#post-2788556)
 * Interesting. So I’m able to hardcode the date by changing this bit:
    `$datepost
   = $dateobj->format("j F Y");` But my language options are still not being taken
   into account, and I’ve confirmed that the site options for the date settings 
   are not being used.
 * Ideas ?
    thnx! -jennyb
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/#post-2788759)
 * Hello Jenny, it seems it doesn’t work as I expected it to. That piece of code
   is retrieving the value we set into the General > Date Format and Time Format
   fields. If you look into the database it’s found inside the wp_options table 
   the option name is “links_updated_date_format”.
 * It should *in theory* set the format in the language or the way you specified
   in your settings, but I only tested it in my main blog which is in english. I’ll
   have to do more tests.
 * Thanks for your feedback.
 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/#post-2788853)
 * Hi again,
 * I’ve found the bad guy there, I discovered why it wasn’t working and happily 
   can say this is fixed in the version 3 (soon-to-be-released).
 * Cheers.
    JL
 *  Thread Starter [Jenny Beaumont](https://wordpress.org/support/users/jennybeaumont/)
 * (@jennybeaumont)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/#post-2788860)
 * Hi Jose,
 * Great, look forward to it!
 * best,
    -jennyb

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

The topic ‘[Plugin: Network Latest Posts] date format’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jenny Beaumont](https://wordpress.org/support/users/jennybeaumont/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-date-format/#post-2788860)
 * Status: resolved