I had an issue when assigning DateTime object lets say a :- DateTime object1 = "03/11/2021"; // 3rd November 2021 into another DateTime object DateTime object2 = object1;
Then object2 would become "11/03/2021" automatically. I tried hard creating a new DateTime object and the result still similar. Any help would be appreciated.