<?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 use JSL to determine whether today is the third Friday of the month? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670845#M85884</link>
    <description>&lt;P&gt;I think you can use combination of Day Of Week() and&amp;nbsp;Nth Day Of Week in the Month()&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 04:45:43 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-08-24T04:45:43Z</dc:date>
    <item>
      <title>How to use JSL to determine whether today is the third Friday of the month?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670831#M85880</link>
      <description>&lt;P&gt;It seems more complicated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 04:11:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670831#M85880</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-08-24T04:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to determine whether today is the third Friday of the month?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670845#M85884</link>
      <description>&lt;P&gt;I think you can use combination of Day Of Week() and&amp;nbsp;Nth Day Of Week in the Month()&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 04:45:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670845#M85884</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-24T04:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to determine whether today is the third Friday of the month?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670846#M85885</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Would this simple formula meet your&amp;nbsp;needs?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( Nth Day Of Week in the Month( :DATE ) == 3 &amp;amp; Day Of Week( :DATE ) == 6,
	1,
	0
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Based on my calendar, it works on any DATE input. If you specifically need to check for the current date, replace ":DATE" with "Today ()" (without quotes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 04:54:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-today-is-the-third-Friday-of/m-p/670846#M85885</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-08-24T04:54:15Z</dc:date>
    </item>
  </channel>
</rss>

