<?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: Number of Work Days between two dates in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/number-of-work-days-between-two-dates/m-p/8202#M489</link>
    <description>&lt;P&gt;To calculate the number of business days between two dates while excluding holidays, you can build a Workato recipe using a combination of triggers and actions.&lt;/P&gt;&lt;P&gt;Here's a simple pseudocode for the logic:&lt;/P&gt;&lt;P&gt;business_days_count = 0&lt;BR /&gt;(start_date..end_date).each do |date|&lt;BR /&gt;unless date.saturday? || date.sunday? || holidays.include?(date)&lt;BR /&gt;business_days_count += 1&lt;BR /&gt;end&lt;BR /&gt;end&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 17:19:54 GMT</pubDate>
    <dc:creator>timwolfe</dc:creator>
    <dc:date>2024-11-15T17:19:54Z</dc:date>
    <item>
      <title>Number of Work Days between two dates</title>
      <link>https://systematic.workato.com/t5/community-chat/number-of-work-days-between-two-dates/m-p/8199#M486</link>
      <description>&lt;P&gt;hello &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;,&lt;/P&gt;&lt;P&gt;I just wanted to ask if anyone has any recommendations for a Recipe.&lt;/P&gt;&lt;P&gt;I'm trying to get the number of business days between two dates. The additional challenge is also to exclude holidays.&lt;/P&gt;&lt;P&gt;Do you have any tips? much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 23:29:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/number-of-work-days-between-two-dates/m-p/8199#M486</guid>
      <dc:creator>angeli2</dc:creator>
      <dc:date>2024-11-14T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Work Days between two dates</title>
      <link>https://systematic.workato.com/t5/community-chat/number-of-work-days-between-two-dates/m-p/8202#M489</link>
      <description>&lt;P&gt;To calculate the number of business days between two dates while excluding holidays, you can build a Workato recipe using a combination of triggers and actions.&lt;/P&gt;&lt;P&gt;Here's a simple pseudocode for the logic:&lt;/P&gt;&lt;P&gt;business_days_count = 0&lt;BR /&gt;(start_date..end_date).each do |date|&lt;BR /&gt;unless date.saturday? || date.sunday? || holidays.include?(date)&lt;BR /&gt;business_days_count += 1&lt;BR /&gt;end&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 17:19:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/number-of-work-days-between-two-dates/m-p/8202#M489</guid>
      <dc:creator>timwolfe</dc:creator>
      <dc:date>2024-11-15T17:19:54Z</dc:date>
    </item>
  </channel>
</rss>

