Hi Ronnie,
You probably need to modify the format for half day unit:
_DateTimeScaleConfigurator.DateTimeUnitFormatterPairs.HalfDayFormatter.FormatSpecifier = "SomeNewFormat";
For example "yy MM dd tt" - for year, month, day followed by AM/PM depending on the part of day. Also it does not make sense to turn off and then off the unit sensitive formatting:
_DateTimeScaleConfigurator.EnableUnitSensitiveFormatting = False_DateTimeScaleConfigurator.EnableUnitSensitiveFormatting = True
You should leave only the last line...
Best Regards,Nevron Support Team