<?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>idea Arcade Date function Month range = 0-11??? in Developers Ideas</title>
    <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idi-p/1701227</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to bring the Arcade Date function into full reality?&lt;/P&gt;&lt;P&gt;In working with the Arcade Date function in Calculate Field the valid month range of 0-11 seems absolutely off especially when the rest of the past variables are based on reality. Year and Day components of the date are the normal values but the month is a 0 based number ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time values obviously can have a valid 0 value but month doesn't seem like a good candidate for this.&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;Thanks for the consideration&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2026 16:33:25 GMT</pubDate>
    <dc:creator>ThomasHoman</dc:creator>
    <dc:date>2026-05-11T16:33:25Z</dc:date>
    <item>
      <title>Arcade Date function Month range = 0-11???</title>
      <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idi-p/1701227</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to bring the Arcade Date function into full reality?&lt;/P&gt;&lt;P&gt;In working with the Arcade Date function in Calculate Field the valid month range of 0-11 seems absolutely off especially when the rest of the past variables are based on reality. Year and Day components of the date are the normal values but the month is a 0 based number ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time values obviously can have a valid 0 value but month doesn't seem like a good candidate for this.&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;Thanks for the consideration&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 16:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idi-p/1701227</guid>
      <dc:creator>ThomasHoman</dc:creator>
      <dc:date>2026-05-11T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Date function Month range = 0-11???</title>
      <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1704661#M1246</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/38925"&gt;@ThomasHoman&lt;/a&gt;&amp;nbsp;, my apologies if this is rather unhelpful, but no, you are not missing something.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#date1" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#date1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"month: Number - The month (0-11) where 0 is January and 11 is December."&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 15:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1704661#M1246</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2026-05-27T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Date function Month range = 0-11???</title>
      <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1706910#M1247</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/159762"&gt;@ChrisUnderwood&lt;/a&gt;&amp;nbsp;Obviously any edits to this would break a bunch of existing code but is there a way to correct (idea submittal) or can you share specific reasons for this odd case?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 16:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1706910#M1247</guid>
      <dc:creator>ThomasHoman</dc:creator>
      <dc:date>2026-06-08T16:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Date function Month range = 0-11???</title>
      <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1707670#M1248</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/38925"&gt;@ThomasHoman&lt;/a&gt;&amp;nbsp; If this Idea gains enough Kudos then it should get considered, but as you say, changing it would break lots of things. I presume there is some historical reason for using 0-11, but I don't know any details.&lt;/P&gt;&lt;P&gt;Meanwhile, the ISOMonth function does appear to offer a 1-12 Index instead,&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#isomonth" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#isomonth&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And there are some other methods described in this Knowledge Article.&lt;BR /&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-extract-names-of-the-month-from-a-date-field-usi-000033574" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-extract-names-of-the-month-from-a-date-field-usi-000033574&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 15:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1707670#M1248</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2026-06-11T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Date function Month range = 0-11???</title>
      <link>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1707882#M1249</link>
      <description>&lt;P&gt;Thanks much sir for the additional references.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 14:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/arcade-date-function-month-range-0-11/idc-p/1707882#M1249</guid>
      <dc:creator>ThomasHoman</dc:creator>
      <dc:date>2026-06-12T14:55:03Z</dc:date>
    </item>
  </channel>
</rss>

