<?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 Re: Changing Date Format in Recipe for Google Drive Folders in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10682#M1025</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11549"&gt;@Obugari&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;STRONG&gt;Correction:&lt;/STRONG&gt;&lt;BR /&gt;Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to_date&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will not produce the desired output in this case, as it is specifically designed to convert input data into a date format and returns it as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YYYY-MM-DD&lt;/STRONG&gt;. If you run the formula as suggested earlier, it will result in an error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Preferred Solution:&lt;/STRONG&gt;&lt;BR /&gt;Instead, using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;strftime&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is recommended. It allows you to format the date into any desired output format, giving more flexibility to meet end-user requirements.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;to_date&lt;/STRONG&gt;: Converts a string to a date using a specified input format and returns it in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;YYYY-MM-DD.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;strftime&lt;/STRONG&gt;: Formats a date into a custom output format as required by the user.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumar K A&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 13:02:40 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2025-08-14T13:02:40Z</dc:date>
    <item>
      <title>Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/8402#M511</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi everyone,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a Workato recipe that connects Salesforce with Google Drive.&lt;BR /&gt;In the recipe, I’m creating Google Drive folders where the folder names are based on Contact names and their Date of Birth.&lt;/P&gt;&lt;P&gt;This setup works perfectly.&lt;/P&gt;&lt;P&gt;However, I want to change the Date of Birth format, which comes from the 'Date_of_Birth__c' Contact date field, from &lt;STRONG&gt;YYYY-MM-DD&lt;/STRONG&gt; to &lt;STRONG&gt;MM-DD-YYYY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How can this be achieved?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 14:12:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/8402#M511</guid>
      <dc:creator>energidi</dc:creator>
      <dc:date>2024-12-30T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/8461#M521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11366"&gt;@energidi&lt;/a&gt;, you can use the &lt;A href="https://docs.workato.com/formulas/date-formulas.html#strftime" target="_self"&gt;strftime&lt;/A&gt; formula to achieve this.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-01-06_13-25-18.png" style="width: 653px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1723i6802E09FF2E4D83C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2025-01-06_13-25-18.png" alt="2025-01-06_13-25-18.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:31:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/8461#M521</guid>
      <dc:creator>theiiienrique</dc:creator>
      <dc:date>2025-01-06T21:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10648#M1018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11366"&gt;@energidi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;you can change the format using date formula .strftime("MM-DD-YYYY") and .to_date(format: "MM-DD-YYYY")&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="date.png" style="width: 200px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2265i098ECFA4E3615FA4/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="date.png" alt="date.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:17:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10648#M1018</guid>
      <dc:creator>Obugari</dc:creator>
      <dc:date>2025-08-12T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10682#M1025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11549"&gt;@Obugari&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;STRONG&gt;Correction:&lt;/STRONG&gt;&lt;BR /&gt;Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to_date&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will not produce the desired output in this case, as it is specifically designed to convert input data into a date format and returns it as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YYYY-MM-DD&lt;/STRONG&gt;. If you run the formula as suggested earlier, it will result in an error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Preferred Solution:&lt;/STRONG&gt;&lt;BR /&gt;Instead, using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;strftime&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is recommended. It allows you to format the date into any desired output format, giving more flexibility to meet end-user requirements.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;to_date&lt;/STRONG&gt;: Converts a string to a date using a specified input format and returns it in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;YYYY-MM-DD.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;strftime&lt;/STRONG&gt;: Formats a date into a custom output format as required by the user.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumar K A&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 13:02:40 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10682#M1025</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-08-14T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10708#M1028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for clarification , but in workato docs they have mentioned we can use the format also. I will try that and let you know on this&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="date1.png" style="width: 200px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2289i9FC9C33E8F978327/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="date1.png" alt="date1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 08:24:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10708#M1028</guid>
      <dc:creator>Obugari</dc:creator>
      <dc:date>2025-08-18T08:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format in Recipe for Google Drive Folders</title>
      <link>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10709#M1029</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11549"&gt;@Obugari&lt;/a&gt;&amp;nbsp;&amp;nbsp;Agreed, we can use it in formula mode. However, the key point here is the &lt;STRONG&gt;format talks about&lt;/STRONG&gt;&amp;nbsp;the input provided by the user.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 09:02:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/changing-date-format-in-recipe-for-google-drive-folders/m-p/10709#M1029</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-08-18T09:02:37Z</dc:date>
    </item>
  </channel>
</rss>

