Hi All,
We are finding a day difference between today's date and a date field which is in CRM entity. But I'm getting wrong count of days.
I have also checked value of both today's date and field value:
Today's Date: 9/18/2020 12:00:00 AM
CRM field value: 18.09.2020
=IIF(IsNothing(First(Fields!new_activedate.Value, "EntityDataSet")), 0, DateDiff("d", First(Fields!new_activedate.Value, "EntityDataSet"), Today))
Our CRM Time Zone is GMT 01:00 Amsterdam, Berlin, Bern, Rome and system time zone is IST. Below is my date format in CRM which we need.
Please suggest us!