1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
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.
|