Hello to everyone,
I have two DateTimePicker plugins in my project the date format of them is:
"yyyy-MM-dd"
My problem is that I want to compare the date that is read from object one with the date that is read from the object two. In my case I want that data_object_2 to be >= data_object_1.
data_object_1 = DateTimePicker.GetDateTimeStr("data1");
data_object_2 = DateTimePicker.GetDateTimeStr("data2");
I have two DateTimePicker plugins in my project the date format of them is:
"yyyy-MM-dd"
My problem is that I want to compare the date that is read from object one with the date that is read from the object two. In my case I want that data_object_2 to be >= data_object_1.
data_object_1 = DateTimePicker.GetDateTimeStr("data1");
data_object_2 = DateTimePicker.GetDateTimeStr("data2");
Comment