Is there any easy way to sort listbox items by DateTime values?
In my listbox1 I have items formatted like this: "2013.01.08 19:29:52" so it’s just someDateTimeValue.ToString()
Is there any easy way to sort listbox items by DateTime values? In my
Share
if you have 2 ListBoxes you could do something like the following