Hello, Telerik Team!
I need your help.
I have two fields - one with date "DatePickerText" (e.g. 18/05/2015) and second with time "TimePickerText" (e.g. 9:00 AM). Also I have third field which include date and time "PickupTimeSpan" (e.g. 5/19/2015 9:00 AM).
I should verify that "PickupTimeSpan" = "DatePickerText" + "TimePickerText".
I think I should do following steps:
1. Extract "DatePickerText"
2. Extract "TimePickerText"
3. Create variable which = "DatePickerText" + "TimePickerText" - coded step
4. Compare "PickupTimeSpan" with variable. - maybe also coded step
Unfortunately, I don't know how can do steps 3 and 4.