laptop and a wrench

Bug

The PopupDateFormat.LongDateLongTime date format is not honored in a pop-up when the Windows system’s culture is set to ‘Japanese’ in ArcGIS Maps SDK for .NET v200.5.

ArcGIS Maps SDK for .NET
Bug ID Number BUG-000170371
SubmittedAugust 29, 2024
Last ModifiedJune 19, 2025
Applies toArcGIS Maps SDK for .NET
Version found200.5
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusAs Designed

Additional Information

The LongDateLongTime pattern that Maps SDK for .NET uses matches .NET's DateTimeFormatInfo.FullDateTimePattern for Japanese. For WPF apps that still target the .NET Framework, this format comes from Windows' National Language Support (NLS) and looks like this: yyyy'年'M'月'd'日' H:mm:ss 2024年4月30日 19:44:34 For WPF apps that target .NET 8, this format comes from International Components for Unicode (ICU) and looks a bit different — now including day-of-the-week: yyyy年M月d日dddd H:mm:ss 2024年4月30日火曜日 19:44:34 As for the 12-vs-24-hour behavior, there is no general way to force PopupDateFormat to use the 12-hour format in Japanese locales. This is by design and described in our documentation: https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Popups.PopupDateFormat.html Formats that end with -24 always use 24-hour time. The rest of the formats use either 12-hour or 24-hour time based on the current culture (e.g. 5:59 PM or 17:59 or 오후 5:59).

Steps to Reproduce

Bug ID: BUG-000170371

Software:

  • ArcGIS Maps SDK for .NET

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options