Smart Dates - Allow Any typed Date Format in Date fields

Issue No: FRM-2499
Created 9/10/2015 1:14:30 PM
Type Task
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.4
Description The date fields should be able to parse any valid date numbers into a real date. This means a user could use dashes, slashes or no separators between the month/day/year.   It should be smart enough to determine if the numbers entered can be parsed to a date. Here are some examples.   31615 = 03-16-2015   01092015 = 01-09-2015   10/5/15 = 10-05-2015   11515 = This could be either 1-15-2015 or 11-5-2015. However we should parse it closest to the current month. So if we are in October we should assume this would parse to 11-5-2015 but if we were in December we would assume the next month and parse it to 1-15-2015.