Change Log: `php-date-formatter` ================================ ## Version 1.3.6 **Date:** 14-Apr-2020 - (enh #24): Correct date format error for characters containing `T`. - (enh #22): Correct `parseInt` for older browsers. ## Version 1.3.5 **Date:** 13-Jul-2018 - (enh #20, #18): Add UMD support for AMD, node, browser globals. - (enh #19): Enhance `parseData` for formats where year, month or day is optional. - (bug #15): Correct ordinal suffix. - (enh #14): Remove usage of reserved word as function attribute. - (enh #10): Better handling of escaped characters in string format. ## Version 1.3.4 **Date:** 08-Jan-2017 - (bug #12): Correct hour merdian validation. - (enh #9): Enhance validation for invalid input date string in `guessDate`. - Add github contribution and issue/PR logging templates. ## Version 1.3.3 **Date:** 22-Dec-2015 - (bug #7): Fix regexp validation for `formatDate`. ## Version 1.3.2 **Date:** 21-Dec-2015 - (enh #5): More enhanced and comprehensive PHP date pattern formatting - (enh #4): Eliminate other JS Library dependency and code enhancements ## Version 1.3.1 **Date:** 18-Jun-2015 - (bug #2): Fix conversion to unix timestamp format. ## Version 1.3.0 **Date:** 08-Nov-2014 - Set release to stable in composer.json. - Updated CHANGE log to reflect user friendly date time formats. ## Version 1.2.0 **Date:** 02-Jul-2014 - (enh #8): Ability to pass additional form input data within each ajax call. ## Version 1.1.0 **Date:** 05-Jul-2014 - Updated placeholder to accept boolean value (false) to disable it. - Added loadingClass property to configure the loading indicator CSS. - Added support for plugin to work with other plugins like Select2. ## Version 1.0.0 **Date:** 30-Apr-2014 Initial release.