<?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: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56109#M10352</link>
    <description>Hi prashant,&lt;BR /&gt;&lt;BR /&gt;Remember, "Format Date" only works if your input is&amp;nbsp; a "DateTime" . If your input is a string, then essentially you will have to convert the string to date time using string manipulation and then use format date which is similar to the one liner I provided in my earlier reply.&lt;BR /&gt;&lt;BR /&gt;But if your input is already in datetime, then your solution will work perfectly. Kudos&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Dec 2019 02:27:00 GMT</pubDate>
    <dc:creator>vivek.kumar.goel</dc:creator>
    <dc:date>2019-12-11T02:27:00Z</dc:date>
    <item>
      <title>How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56106#M10349</link>
      <description>Hi Team,&lt;BR /&gt;Can anyone help me to achieve this date conversion&amp;nbsp;(dd/mm/yyyy) to (MM/dd/yyyy)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prasanth Chirukuri&lt;BR /&gt;RPA Developer&lt;BR /&gt;iOPEX Technologies&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56106#M10349</guid>
      <dc:creator>PrasanthChiruku</dc:creator>
      <dc:date>2019-12-03T17:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56107#M10350</link>
      <description>Assuming:&lt;BR /&gt;1- Input format is of String&lt;BR /&gt;2- The input format is fixed to be "dd/mm/yyyy"&lt;BR /&gt;&lt;BR /&gt;Solution:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;FormatDate(MakeDate(Mid("24/10/2019", 1, 2), Mid("24/10/2019", 4, 2), Mid("24/10/2019", 7,4)), "MM/dd/yyyy")&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30273.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30397i4DE55B9E7499E35D/image-size/large?v=v2&amp;amp;px=999" role="button" title="30273.png" alt="30273.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2019 06:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56107#M10350</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-12-04T06:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56108#M10351</link>
      <description>Hi Vivek,&lt;BR /&gt;Thank you for your quick response.&lt;BR /&gt;We can solve this using Date and time manipulation VBO Format date action Input - Pass as date formate like-2/23/2019 2nd input give date format mm/dd/yyyy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prasanth Chirukuri&lt;BR /&gt;RPA Developer&lt;BR /&gt;iOPEX Technologies&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2019 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56108#M10351</guid>
      <dc:creator>PrasanthChiruku</dc:creator>
      <dc:date>2019-12-09T10:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56109#M10352</link>
      <description>Hi prashant,&lt;BR /&gt;&lt;BR /&gt;Remember, "Format Date" only works if your input is&amp;nbsp; a "DateTime" . If your input is a string, then essentially you will have to convert the string to date time using string manipulation and then use format date which is similar to the one liner I provided in my earlier reply.&lt;BR /&gt;&lt;BR /&gt;But if your input is already in datetime, then your solution will work perfectly. Kudos&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2019 02:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56109#M10352</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-12-11T02:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56110#M10353</link>
      <description>&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Please be aware of different behavior of FormatDate depending on your regional settings in Windows.&lt;BR /&gt;Below is the result of non-English date format settings in Windows and format vs resulting string.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30276.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30403i0476B805949FEC82/image-size/large?v=v2&amp;amp;px=999" role="button" title="30276.png" alt="30276.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2019 10:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56110#M10353</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-12-11T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56111#M10354</link>
      <description>May I suggest a less complicated approach? &lt;BR /&gt;&lt;BR /&gt;Use the Import the Pre-Configured Utility- Date and Time Manipulation Business Object and simply enter the preferred format of your date as shown in the picture. It works like a charm. The example below will convert 2/6/2023 to 06/02/2023.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30277.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30406i662DF4DDD5BAC123/image-size/large?v=v2&amp;amp;px=999" role="button" title="30277.png" alt="30277.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Awoyinka Daramola&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2023 22:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56111#M10354</guid>
      <dc:creator>ydar360</dc:creator>
      <dc:date>2023-01-27T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert date format (dd/mm/yyyy) to (mm/dd/yyyy)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56112#M10355</link>
      <description>...interesting, thanks for pointing that out.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2023 08:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-date-format-dd-mm-yyyy-to-mm-dd-yyyy/m-p/56112#M10355</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-30T08:09:00Z</dc:date>
    </item>
  </channel>
</rss>

