in reply to What is a stringwise operator?

String-like means alphabetical order, like a phone book.

The date you show is logically a string, and was probably read in that way. It doesn't make sense to multiply it by 2, or add 50, for example. A numeric sort might work, but it might also overflow the precision, and it would do funny things if there is a space instead of a 0, or contains other strings.

—John