<?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: Convert julian code into BBD shef life of product in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790853#M97018</link>
    <description>&lt;P&gt;I am not aware of any Julian date like these.&amp;nbsp; If you know how to interpret them, I am sure I can provide you with how to calculate them in JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If by chance the first digit is the year, and the last 3 digits is the days in the year then&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
code ="L4032 S2";
Year = 2020 + num(substr(code,2,1));
date =  datemdy(1,1,year) + Indays(num(substr(code,3,3)));
show(format(date,"m/d/y"));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;would show&lt;/P&gt;
&lt;PRE&gt;Format(date, "m/d/y") = "02/02/2024";&lt;/PRE&gt;</description>
    <pubDate>Fri, 30 Aug 2024 02:04:36 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-08-30T02:04:36Z</dc:date>
    <item>
      <title>Convert julian code into BBD shef life of product</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790834#M97017</link>
      <description>&lt;P&gt;I have recieve some san remo product with julian code and Im trying to convert into year, months and days to find out their shelf life.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can some help me to find:&lt;/P&gt;&lt;P&gt;1. L4032 S2 =&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. L4054 L4 =&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 00:53:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790834#M97017</guid>
      <dc:creator>SampleModeMouse</dc:creator>
      <dc:date>2024-08-30T00:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert julian code into BBD shef life of product</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790853#M97018</link>
      <description>&lt;P&gt;I am not aware of any Julian date like these.&amp;nbsp; If you know how to interpret them, I am sure I can provide you with how to calculate them in JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If by chance the first digit is the year, and the last 3 digits is the days in the year then&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
code ="L4032 S2";
Year = 2020 + num(substr(code,2,1));
date =  datemdy(1,1,year) + Indays(num(substr(code,3,3)));
show(format(date,"m/d/y"));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;would show&lt;/P&gt;
&lt;PRE&gt;Format(date, "m/d/y") = "02/02/2024";&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Aug 2024 02:04:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790853#M97018</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-30T02:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert julian code into BBD shef life of product</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790931#M97019</link>
      <description>&lt;P&gt;Thanks Jim,&lt;/P&gt;&lt;P&gt;So the date is 02/02/2024, meaning the product has passed its Best Before Date.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 03:56:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-julian-code-into-BBD-shef-life-of-product/m-p/790931#M97019</guid>
      <dc:creator>SampleModeMouse</dc:creator>
      <dc:date>2024-08-30T03:56:34Z</dc:date>
    </item>
  </channel>
</rss>

