In Australia (in case significant) the date today is 30/03/2024
When run the default date show 29/03/2024.
the dropdown calendar shows last date as 29th
At the bottom it shows todays date as 30/03/2024
The max/min values are set to relative D0,T0M
Am I supposed to initialise them when run as it appears to me, to be the live US date.
What's the Value property in the FormDesigner set to?
What's the Value property in the FormDesigner set to?
It is showing todays date but the value showing on the control is yesterday.
If I change the maxvalue to specific date with year (say) 2030 it is all correct
It appears it's initialized to UTC rather than local time so I've updated to use local time by default. The fix will be in 10.2.2 (not sure what build/release yet).
It appears it's initialized to UTC rather than local time so I've updated to use local time by default. The fix will be in 10.2.2 (not sure what build/release yet).
Thanks - thought it would be something like that.