DateEdit and string patterns - customisation

Hello All,

Is it possible in Dynamics AX 2012 to handle another string patterns in DateEdit control, like t - today. I would like to add new pattern to fill value of DateEdit. Is it possible? I mean about global solution, to handle all forms.

Thanks in advance.

Best regards,

Mateusz

I don’t think there is any global solution. You can add extra behavior of to certain DateEdit control by overriding their methods or you can create a custom control with different behavior (and use it instead of DateEdit), but neither is able to change the default behavior of the standard control.