DateTime value has issues in Visual Studio 2019 16.11.34 when debugging

78 Views Asked by At

I use Visual Studio 2019 16.11.34 version. I have a problem about datetime values when debugging process.

enter image description here

nowDate is shown above. Normally, it is shown as a full date. Since I cannot see the exact date when I hover over it, I have to type the exact date in the watch section and look.

enter image description here

I hope I explained the problem fully. I tried to change the settings, but it does not work.

1

There are 1 best solutions below

0
Prasad Telkikar On

You have pinned Day property, unpin it and you will see full date.

enter image description here