79824421

Date: 2025-11-19 12:09:51
Score: 3.5
Natty:
Report link

enter image description here

This is not an HTML <input type="date"> control.
Azure AD B2C Custom Policies render the DOB field using:

<UserInputType>DateTimeDropdown</UserInputType>

This component is rendered by the Azure AD B2C UX framework, not my application UI, so I have no control over the HTML or JavaScript.
The order always remains DD / MM / YYYY, and never changes to MM / DD / YYYY.

So the question is specifically:

Does Azure AD B2C allow customizing the dropdown order for the DateTimeDropdown control, or is it fixed by Microsoft?

I'm not using JSON/XML date formatting in UI — only the built-in B2C date dropdown.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): fixed by Microsoft?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sarfraz Khan