<?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 Date Week of the year in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/592974#M79694</link>
    <description>&lt;P&gt;I have a date code that gives me the year, day of the week (Saturday for instance) and the week of the year (week 50 for instance). &amp;nbsp; Is there a way to change this information into a date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a MacBook Monterey 12.6 with JMP Pro version 17.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:41:24 GMT</pubDate>
    <dc:creator>lisamaley</dc:creator>
    <dc:date>2023-06-08T16:41:24Z</dc:date>
    <item>
      <title>Date Week of the year</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/592974#M79694</link>
      <description>&lt;P&gt;I have a date code that gives me the year, day of the week (Saturday for instance) and the week of the year (week 50 for instance). &amp;nbsp; Is there a way to change this information into a date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a MacBook Monterey 12.6 with JMP Pro version 17.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:41:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/592974#M79694</guid>
      <dc:creator>lisamaley</dc:creator>
      <dc:date>2023-06-08T16:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Week of the year</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/592986#M79695</link>
      <description>&lt;P&gt;This equation will calculate the date given the 3 variables you specified&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;In Years( :year - 1904 ) + In Weeks( :week of the year ) + In Days( :day of the week )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This equation assumes the week of the year begins on January 1.&amp;nbsp; If your data has a rule for what day the week of the year begins, like the first Sunday of the year that offset will have to be calculated and then added to the formula.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 05:25:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/592986#M79695</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-01-25T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Week of the year</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593022#M79696</link>
      <description>&lt;P&gt;Also, make allowances for day-of-week and week-of-year starts with 0 or 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim is right, there are a lot of ways you might define week of the year. Many of the worst bugs I've worked on had something to do with time calculations. Test your code carefully!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 11:30:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593022#M79696</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-01-25T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Week of the year</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593030#M79697</link>
      <description>&lt;P&gt;Thank you! &amp;nbsp;this worked!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 13:55:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593030#M79697</guid>
      <dc:creator>lisamaley</dc:creator>
      <dc:date>2023-01-25T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Week of the year</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593031#M79698</link>
      <description>&lt;P&gt;I changed it to a number first and it worked!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 13:56:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Week-of-the-year/m-p/593031#M79698</guid>
      <dc:creator>lisamaley</dc:creator>
      <dc:date>2023-01-25T13:56:31Z</dc:date>
    </item>
  </channel>
</rss>

