<?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 Get last calendar day of the previous month in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81160#M32770</link>
    <description>Does anyone know how do I get the last calendar day of the previous month?

I have looked at the Date and Time Manipulation object, and there is no action for this.

&amp;nbsp;

Thanks</description>
    <pubDate>Mon, 10 Sep 2018 11:30:00 GMT</pubDate>
    <dc:creator>Choon_BoonLim</dc:creator>
    <dc:date>2018-09-10T11:30:00Z</dc:date>
    <item>
      <title>Get last calendar day of the previous month</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81160#M32770</link>
      <description>Does anyone know how do I get the last calendar day of the previous month?

I have looked at the Date and Time Manipulation object, and there is no action for this.

&amp;nbsp;

Thanks</description>
      <pubDate>Mon, 10 Sep 2018 11:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81160#M32770</guid>
      <dc:creator>Choon_BoonLim</dc:creator>
      <dc:date>2018-09-10T11:30:00Z</dc:date>
    </item>
    <item>
      <title>I usually use this formula:
…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81161#M32771</link>
      <description>I usually use this formula:
&amp;nbsp;
AddDays(Today(), -ToNumber(FormatDate(Today(), ""dd"")))</description>
      <pubDate>Mon, 10 Sep 2018 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81161#M32771</guid>
      <dc:creator>AndrzejKaczor</dc:creator>
      <dc:date>2018-09-10T14:45:00Z</dc:date>
    </item>
    <item>
      <title>FormatDate(AddDays(MakeDate…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81162#M32772</link>
      <description>FormatDate(AddDays(MakeDate(1,&amp;nbsp;ToNumber(FormatDate([CurrentDate], ""MM"")),&amp;nbsp;ToNumber(FormatDate(AddMonths([CurrentDate], 1), ""yyyy""))), -1),""ddd"")
&amp;nbsp;
Try this expression will give your result, Supply date in mm/dd/yyyy.
&amp;nbsp;
&amp;nbsp;</description>
      <pubDate>Mon, 10 Sep 2018 15:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-last-calendar-day-of-the-previous-month/m-p/81162#M32772</guid>
      <dc:creator>VaibhavGarg</dc:creator>
      <dc:date>2018-09-10T15:01:00Z</dc:date>
    </item>
  </channel>
</rss>

