When using the ‘correctFormat’ option on a date column, any combination of a valid month and a day that is valid on some months gets adapted to be a valid date instead of being marked as invalid. So, while 02-31-2016 is marked as invalid before using the ‘correctFormat’ option, with the ‘correctFormat’ option enabled, it is translated to 03/02/16. I need the date formats to be corrected, but the validations should still mark this as invalid because it isn’t a real date.
JS Fiddle with demo here: http://jsfiddle.net/u7cwrzun/
Just enter 2-31-2016 in a date field to see it get changed to 03/02/16