Hi,
I'm using CRM web client and I want the datetime picker to have a different user interface. Actually I want to customize it to show it in another language, but I don't want to change date time values in CRM database. How can I get in the middle of web client and CRM server and translate the UI of datetime picker control.
What I want might probably be illustrated as the following steps:
CRM server --> CrmDateTime --> ...... Web browser --> CrmDateTime conversion to CustomDateTime --> Changing the datetimepicker control UI --> User
User --> entering custom datetime using custom datetime picker control --> Converting CustomDateTime to CrmDateTime --> Sending to CRM Server
Thank you