<?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 Convert date to Qtr year in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Convert-date-to-Qtr-year/m-p/1026171#M9904</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a custom property named "Renewal Qtr-Yr" that converts the reneal date i.e., 01/08/2024 to quater year format Q3 24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 09:05:19 GMT</pubDate>
    <dc:creator>LDeniz</dc:creator>
    <dc:date>2024-08-13T09:05:19Z</dc:date>
    <item>
      <title>Convert date to Qtr year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Convert-date-to-Qtr-year/m-p/1026171#M9904</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a custom property named "Renewal Qtr-Yr" that converts the reneal date i.e., 01/08/2024 to quater year format Q3 24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 09:05:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Convert-date-to-Qtr-year/m-p/1026171#M9904</guid>
      <dc:creator>LDeniz</dc:creator>
      <dc:date>2024-08-13T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date to Qtr year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Convert-date-to-Qtr-year/m-p/1026187#M9905</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/712835"&gt;@LDeniz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be achieved with a custom calculation property (type string), see below: &lt;A href="https://knowledge.hubspot.com/properties/create-calculation-properties" target="_blank"&gt;https://knowledge.hubspot.com/properties/create-calculation-properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karstenkoehler_0-1723540861454.png" style="width: 644px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/124622i91F71DBB4CAF625D/image-dimensions/644x826?v=v2" width="644" height="826" role="button" title="karstenkoehler_0-1723540861454.png" alt="karstenkoehler_0-1723540861454.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;concatenate((if((month([properties.createdate]) == 1), "Q1 ", if((month([properties.createdate]) == 2), "Q1 ", if((month([properties.createdate]) == 3), "Q1 ", if((month([properties.createdate]) == 4), "Q2 ", if((month([properties.createdate]) == 5), "Q2 ", if((month([properties.createdate]) == 6), "Q2 ", if((month([properties.createdate]) == 7), "Q3 ", if((month([properties.createdate]) == 8), "Q3 ", if((month([properties.createdate]) == 9), "Q3 ", if((month([properties.createdate]) == 10), "Q4 ", if((month([properties.createdate]) == 11), "Q4 ", if((month([properties.createdate]) == 12), "Q4 ", "Unknown"))))))))))))),number_to_string(year([properties.createdate])))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simply replace the create date with your date property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 09:22:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Convert-date-to-Qtr-year/m-p/1026187#M9905</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-08-13T09:22:32Z</dc:date>
    </item>
  </channel>
</rss>

