<?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: FormatDate for month abbreviation on ﻿Windows 11 24H2 works different in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126188#M54765</link>
    <description>&lt;P&gt;As you probably determined, this is an intentional change that isn't caused by Blue Prism. It would affect any application using .NET to generate the abbreviation of months. Lots of people have gone through this outside of Blue Prism. Here is an example:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/3953471/why-did-windows-11-24h2-update-change-english-new?page=3#answers" target="_blank"&gt;Why did Windows 11 24H2 update change English (New Zealand) AbbreviatedMonthName (MMM) for September from Sep to Sept? - Microsoft Q&amp;amp;A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the very last reply on that thread, the person explains that it was an intentional change by Microsoft to align with standardized abbreviations. This is normal for Microsoft. They tend to take much longer than any other technology stack to adapt to some global/industry standard.&lt;/P&gt;&lt;P&gt;I would suggest embracing the new spelling. If it has broken any automations, then of course you can create your own object action to return the 'Sep' spelling, or specific automations reliant on it could take the first 3 letters or have a choice stage of its own to return Sep when the month is 9 or something like that.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2026 13:15:14 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2026-09-10T13:15:14Z</dc:date>
    <item>
      <title>FormatDate for month abbreviation on ﻿Windows 11 24H2 works different</title>
      <link>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126186#M54763</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;We noticed a very unusual behavior after upgrading some of our machines to &lt;STRONG&gt;Windows 11 24H2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The expression &lt;SPAN&gt;FormatDate(Today(),"MMM")&amp;nbsp;&lt;/SPAN&gt;is returning &lt;STRONG&gt;"Sept"&lt;/STRONG&gt; instead of the expected &lt;STRONG&gt;"Sep"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Useful Windows setting:&lt;/P&gt;&lt;P&gt;Edition: Windows 11 Enterprise&lt;/P&gt;&lt;P&gt;Version: 24H2&lt;/P&gt;&lt;P&gt;OS Build:&amp;nbsp;&lt;SPAN&gt;26100.9168&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Windows Feature Experience Pack 1000.26100.344.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Country or region: Belgium&lt;/P&gt;&lt;P&gt;Regional format: English (Belgium)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;CultureInfo.CurrentCulture.Name = en-BE&lt;/P&gt;&lt;P&gt;CultureInfo.CurrentUICulture.Name = en-US&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 10:48:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126186#M54763</guid>
      <dc:creator>JoshuaKingsley</dc:creator>
      <dc:date>2026-09-10T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: FormatDate for month abbreviation on ﻿Windows 11 24H2 works different</title>
      <link>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126188#M54765</link>
      <description>&lt;P&gt;As you probably determined, this is an intentional change that isn't caused by Blue Prism. It would affect any application using .NET to generate the abbreviation of months. Lots of people have gone through this outside of Blue Prism. Here is an example:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/3953471/why-did-windows-11-24h2-update-change-english-new?page=3#answers" target="_blank"&gt;Why did Windows 11 24H2 update change English (New Zealand) AbbreviatedMonthName (MMM) for September from Sep to Sept? - Microsoft Q&amp;amp;A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the very last reply on that thread, the person explains that it was an intentional change by Microsoft to align with standardized abbreviations. This is normal for Microsoft. They tend to take much longer than any other technology stack to adapt to some global/industry standard.&lt;/P&gt;&lt;P&gt;I would suggest embracing the new spelling. If it has broken any automations, then of course you can create your own object action to return the 'Sep' spelling, or specific automations reliant on it could take the first 3 letters or have a choice stage of its own to return Sep when the month is 9 or something like that.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 13:15:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126188#M54765</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2026-09-10T13:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: FormatDate for month abbreviation on ﻿Windows 11 24H2 works different</title>
      <link>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126189#M54766</link>
      <description>&lt;DIV&gt;Hi Dave, thanks. I found the root cause after asking the same question to Copilot. I didn't expect them to make this kind of change. Yes, quite a few projects have already been affected, and I plan to replace it with a simple code stage.&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Sep 2026 14:24:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/FormatDate-for-month-abbreviation-on-Windows-11-24H2-works/m-p/126189#M54766</guid>
      <dc:creator>JoshuaKingsley</dc:creator>
      <dc:date>2026-09-10T14:24:53Z</dc:date>
    </item>
  </channel>
</rss>

