Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
While setting a DateTime value on QuickCreate form the method

is running into Exception:

Special formatting / display
Modification to current culture is done to match the user format setting.
CultureInfo culture = (CultureInfo)CultureInfo.CurrentCulture.Clone();
culture.DateTimeFormat.ShortDatePattern = "MM/dd/yyyy";
System.Threading.Thread.CurrentThread.CurrentCulture = culture;
Code to reproduce
this.App.QuickCreate.SetValue("estimatedclosedate", DateTime.Today.AddDays(7));
Expected behavior
EasyRepro is able to set DateTime values on QuickCreate form without exception.
Screenshots
The form is displaying the expected format and working fine for manual input.

Additional context
Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
While setting a DateTime value on QuickCreate form the method


is running into Exception:
Special formatting / display
Modification to current culture is done to match the user format setting.
Code to reproduce
Expected behavior
EasyRepro is able to set DateTime values on QuickCreate form without exception.
Screenshots
The form is displaying the expected format and working fine for manual input.
Additional context