Hello
I put the DatePicker on the apps that created by the uipath apps. Then that date will be stored in the uipath DataService when click the register button.
The date will be stored in Argument in_OrderDate as String and then assign to the dataservice.
obj_OrderReceived1.OrderDate=Convert.ToDateTime(in_OrderDate)
But when i change to the DatePick , It returns the UTC .How can i change UTC to the DateTime Format?
I read this link and still dont understand . Solution on how to convert DateTime variables between UTC and Local or a specific timezone
Thanks you in advace.