We are facing an issue at our project related to date parameters where after changing the date with the date picker it changes the date format. We use the Canadian format dd/MM/yyyy but report date picker showing (yyyy-dd-mm).
we use CRM 2011 in SSRS 2012.
There are no custom logic on the parameter at all.
After clicking the report view button in the report then date picker value has changed to below?
We have tried below option and still we are experiencing the same issue for all the reports which use date pickers:
- Modifying regional settings on CRM server
- Modifying regional settings on SSRS server
- Modified user regional settings in control panel
- Modified browser language settings
- Changing global date format in CRM organization
- Changing the personal date format in CRM options
- Adding a Language element to the report .rdl
- Modifying the date format by javascript
- Modifying the report viewer control on the CRM and SSRS servers
- Separating Date and Time portions of the date parameter