Title: Posts Meta Block Date
Last modified: November 27, 2019

---

# Posts Meta Block Date

 *  Resolved [melisa.ciputra](https://wordpress.org/support/users/melisaciputra/)
 * (@melisaciputra)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/posts-meta-block-date/)
 * Hi guys,
 * I’d like to use Otters posts block with date and title only showing. However,
   I have 2 issues here that I guess can be solved using jquery but wondering if
   there’s easier way to do it.
    – How do I remove the “on” on the date meta data?–
   Is there an easy way to change the date format to follow the site’s date format?
   Exmple, on your post block it shows as 25 July 2019 while the rest of the site
   is set to July 25, 2019
 * Thank you.

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

 *  Plugin Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/posts-meta-block-date/#post-12182822)
 * Hey there,
 * That was the idea for the date in the latest version, but we will provide a way
   to change the format in the next version, probably using some hook.
 * For the first one, it’s not possible to remove `on` as we can really add such
   functionalities to the plugin, but these little things will never add and will
   just adding too many options so we let people deal with these using jQuery.
 * Let me know if you need help with the code to remove it. 🙂
 *  Thread Starter [melisa.ciputra](https://wordpress.org/support/users/melisaciputra/)
 * (@melisaciputra)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/posts-meta-block-date/#post-12183549)
 * Hi, Thank you for your quick response.
    Do you have an idea when is your next
   version coming for the date change format option?
 * I am going to do this for time being for my post meta. I will lose the <time>
   tag but I guess it’s not important if this date option going to be coming in 
   the (hopefully near) future.
 *     ```
       var splitted = $(".posts-grid-post-meta time").html().split(/[ ,]+/);
       $(".posts-grid-post-meta").html(splitted[1] + " " + splitted[0] + ", " + splitted[2]);
       ```
   
 * Thank you.
 *  Plugin Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/posts-meta-block-date/#post-12197848)
 * > Do you have an idea when is your next version coming for the date change format
   > option?
 * We have a release this week, so probably in the release after this we can have
   that option. 🙂

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

The topic ‘Posts Meta Block Date’ is closed to new replies.

 * ![](https://ps.w.org/otter-blocks/assets/icon-256x256.gif?rev=3452114)
 * [Otter Blocks - Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE](https://wordpress.org/plugins/otter-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/otter-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/otter-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/otter-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/otter-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/otter-blocks/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/posts-meta-block-date/#post-12197848)
 * Status: resolved