Title: Formatting_Date_and_Time
Last modified: January 17, 2019

---

# Formatting_Date_and_Time

 *  Resolved [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/)
 * **Bug:**
    F j, Y – November 6, 2010 Placing: `F j, Y` instead of `F jS, Y` [https://codex.wordpress.org/Formatting_Date_and_Time](https://codex.wordpress.org/Formatting_Date_and_Time)
   Above format does not work!
 * ABove works now, hade to resave the page with the shortcode and then `{{Yield}}`
   removed and placed the last updated dynamic data once again.
 * Neither do I see JSON-LD or Microformat picked up by googles Structured data 
   testing tool?
 * **Question:**
    Can I display last modified info for a specific page on another
   page? Usually based on page-id? Is this possible if so how, thanks!
    -  This topic was modified 7 years, 4 months ago by [Rookie](https://wordpress.org/support/users/alriksson/).
    -  This topic was modified 7 years, 4 months ago by [Rookie](https://wordpress.org/support/users/alriksson/).

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

 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11100934)
 * Sorry, it is not possible to display last modified info for a specific page on
   another page right now.
 * > Neither do I see JSON-LD or Microformat picked up by googles Structured data
   > testing tool?
 * Please give me the post or page link.
 * Thanks!
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11101938)
 * > Sorry, it is not possible to display last modified info for a specific page
   > on another page right now.
 * Something you can sort soon? just add the logic to the short code with _id=157
   
   would be superb!
 * > Please give me the post or page link.
 * I prefer to send it privately, if you can share your email thanks!
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11103007)
 * Hi [@alriksson](https://wordpress.org/support/users/alriksson/)
 * Actually I am currently working on the shortcode attributes. It will be available
   in the future version. But if you can’t wait, you can download this beta zip 
   from this [link](https://github.com/iamsayan/wp-last-modified-info/releases/download/v1.4.6/wp-last-modified-info.zip)
   and manually install and activate it to you site.
 * Shortcode Usage: `[lmt-post-modified-info id="2082"]` and `[lmt-page-modified-
   info id="2082"]` Change **2082** with any post or page id.
 * Thanks!
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11107392)
 * Great! I will surely try it out. But when you release the update in the plugin
   will I have to reinstall it since this is a RC/beta version outside the wordpress?
 * When do you think it officially will be released?
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11107441)
 * I also tried to change font-eight only on the custom messages to display before
   the time stamp. It even if I only target the css for the timestamp or for the
   text before. I don’t get it to work?
 * Sorted!
    -  This reply was modified 7 years, 4 months ago by [Rookie](https://wordpress.org/support/users/alriksson/).
    -  This reply was modified 7 years, 4 months ago by [Rookie](https://wordpress.org/support/users/alriksson/).
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11107469)
 * Why is it lower case and not capitalized in the code?
 * `<time>january 17, 2019</time>`
    I tried to change format to `F J, Y`without 
   success? I want it in the code not only style it to capitalize on css.
 * thanks!
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11107852)
 * > Shortcode Usage: [lmt-post-modified-info id=”2082″] and [lmt-page-modified-
   > info id=”2082″] Change 2082 with any post or page id.
 * Works great, just would like to hide the span text before the time. is it possible
   to do this in the shortcode? To not add the before text? Or to add a icon instead
   of text before for specific items?
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11108014)
 * Use this way: `[lmt-post-modified-info id="2082" text=""]` for no text or `[lmt-
   post-modified-info id="2082" text="→"]` with icon
 * Thanks!
    -  This reply was modified 7 years, 4 months ago by [Sayan Datta](https://wordpress.org/support/users/infosatech/).
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11109936)
 * Ok many thanks! can I place fontawesome html icon code in the `text="→"` ?
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11109940)
 * >  Why is it lower case and not capitalized in the code?
   > <time>january 17, 2019</time>
   >  I tried to change format to F J, Ywithout success?
   > I want it in the code not only style it to capitalize on css.
   > thanks!
 * please let me know this one as well so I have capital letters and January instead
   of january.
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11110319)
 * > can I place fontawesome html icon code in the text=”→” ?
 * Yes you can. Use this way for fa 5: `[lmt-post-modified-info id="4690" text="
   <i class='fas fa-address-book'></i>"]` or for fa 4 use this way: `[lmt-post-modified-
   info id="4690" text="<i class='fa fa-address-book' aria-hidden='true'></i>]`
 * > please let me know this one as well so I have capital letters and January instead
   > of january.
 * I this case, I need to visit your website to investigate this issue. My Email
   id: [hello@sayandatta.com](https://wordpress.org/support/topic/formatting_date_and_time/hello@sayandatta.com?output_format=md)
 * Thanks!
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11110337)
 * > Great! I will surely try it out. But when you release the update in the plugin
   > will I have to reinstall it since this is a RC/beta version outside the wordpress?
 * When I released plugin v1.4.6 to WordPress.org, you can update this beta plugin
   from plugin update page as normal update process. You no need to manually install
   the latest version.
 * > When do you think it officially will be released?
 * Maybe in February. Thanks!
 *  Thread Starter [Rookie](https://wordpress.org/support/users/alriksson/)
 * (@alriksson)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11110464)
 * Many thanks Sayan!

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

The topic ‘Formatting_Date_and_Time’ is closed to new replies.

 * ![](https://ps.w.org/wp-last-modified-info/assets/icon-256x256.png?rev=2844152)
 * [WP Last Modified Info](https://wordpress.org/plugins/wp-last-modified-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-last-modified-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-last-modified-info/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-last-modified-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-last-modified-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-last-modified-info/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Rookie](https://wordpress.org/support/users/alriksson/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/formatting_date_and_time/#post-11110464)
 * Status: resolved