<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic custom date format for blog post in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/custom-date-format-for-blog-post/m-p/942038#M71824</link>
    <description>&lt;P&gt;{{ rec_post.publish_date|datetimeformat('%B %e, %Y')}}&lt;BR /&gt;I am using this in blog post which is rendering December 12, 2024.&lt;BR /&gt;&lt;BR /&gt;But can we get the customize date format from which I get&lt;BR /&gt;Dec 12, 2024 &amp;gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2024 10:19:05 GMT</pubDate>
    <dc:creator>TSharma55</dc:creator>
    <dc:date>2024-03-12T10:19:05Z</dc:date>
    <item>
      <title>custom date format for blog post</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/custom-date-format-for-blog-post/m-p/942038#M71824</link>
      <description>&lt;P&gt;{{ rec_post.publish_date|datetimeformat('%B %e, %Y')}}&lt;BR /&gt;I am using this in blog post which is rendering December 12, 2024.&lt;BR /&gt;&lt;BR /&gt;But can we get the customize date format from which I get&lt;BR /&gt;Dec 12, 2024 &amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 10:19:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/custom-date-format-for-blog-post/m-p/942038#M71824</guid>
      <dc:creator>TSharma55</dc:creator>
      <dc:date>2024-03-12T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom date format for blog post</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/custom-date-format-for-blog-post/m-p/942250#M71832</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/725968"&gt;@TSharma55&lt;/a&gt;, that filter has been deprecated. I recommend using the hubl below. This hubl uses the &lt;A href="https://developers.hubspot.com/docs/cms/hubl/filters#format-date" target="_blank" rel="noopener"&gt;format_date filter&lt;/A&gt;&amp;nbsp;which is based on &lt;A href="https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns" target="_blank" rel="noopener"&gt;unicode LDML patterns&lt;/A&gt;. The MMM portion will format the month in the abbreviated style you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{{rec_post.publish_date|format_date('MMM d, y')}}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:53:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/custom-date-format-for-blog-post/m-p/942250#M71832</guid>
      <dc:creator>JTBuys</dc:creator>
      <dc:date>2024-03-12T14:53:14Z</dc:date>
    </item>
  </channel>
</rss>

