<?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: Calcul age from date of birthday in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/356003#M60589</link>
    <description>&lt;P&gt;Perfect. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the beginning but not the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Separate question] : When you have finished an analyse (Khi2 for example) ; which interface did you use for the layout like scientific article ?]&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 15:50:49 GMT</pubDate>
    <dc:creator>Mart-in</dc:creator>
    <dc:date>2021-02-04T15:50:49Z</dc:date>
    <item>
      <title>Calcul age from date of birthday</title>
      <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355973#M60585</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I readed "JMP 15 documentation helps" but not found the answer, in addition of multiple searchs on the forum community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know it's easy : how calculate the age with the date of birthday ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried : "DifferenceDate(DateBirthday, "Today", "Year")"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you to take one minute for a beginner.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:25:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355973#M60585</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2023-06-10T23:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calcul age from date of birthday</title>
      <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355978#M60586</link>
      <description>&lt;P&gt;Was there any message in the Log window?&lt;/P&gt;&lt;P&gt;The JSL scripting index will also help. The column formulas are actually tiny JSL scripts, and you can use any functions from the scripting index.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:16:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355978#M60586</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-02-04T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calcul age from date of birthday</title>
      <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355988#M60587</link>
      <description>&lt;P&gt;You need to use the &lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/date-and-time-functions.shtml#ww3597990" target="_self"&gt;Today()&lt;/A&gt; function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Date Difference( :Birthday, Today(), "Year", "actual" )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-04_10-24-54.665.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30015i349D868A9771ACC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2021-02-04_10-24-54.665.png" alt="2021-02-04_10-24-54.665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Notice I've also added the "Actual" alignment argument to &lt;A href="https://www.jmp.com/support/help/en/15.2/jmp/date-and-time-functions.shtml#ww2538966" target="_self"&gt;Date Difference()&lt;/A&gt; to get age as we usually think of it.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:29:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355988#M60587</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2021-02-04T15:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calcul age from date of birthday</title>
      <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355996#M60588</link>
      <description>&lt;P&gt;Thank you Graige !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't use the script because I can't use code to script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really beginner, but it's good to know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:46:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/355996#M60588</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2021-02-04T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calcul age from date of birthday</title>
      <link>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/356003#M60589</link>
      <description>&lt;P&gt;Perfect. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the beginning but not the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Separate question] : When you have finished an analyse (Khi2 for example) ; which interface did you use for the layout like scientific article ?]&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:50:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calcul-age-from-date-of-birthday/m-p/356003#M60589</guid>
      <dc:creator>Mart-in</dc:creator>
      <dc:date>2021-02-04T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

