Skip to content

Releases: kartik-v/php-date-formatter

Version 1.3.6

14 Apr 10:22
Compare
Choose a tag to compare

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

13 Jul 07:02
Compare
Choose a tag to compare

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

08 Jan 09:14
Compare
Choose a tag to compare

Date: 08-Jan-2017

  1. (enh #9): Enhance validation for invalid input date string in guessDate.
  2. (enh #10, #11): Display escaped characters correctly via formatDate.
  3. (bug #12): Correct hour merdian validation.
  4. Add github contribution and issue/PR logging templates.

Version 1.3.3

25 Dec 17:32
Compare
Choose a tag to compare

Date: 22-Dec-2015

  1. (bug #7): Fix regexp validation for formatDate.

Version 1.3.2

20 Dec 20:10
Compare
Choose a tag to compare

Date: 21-Dec-2015

  1. (enh #4): Eliminate other JS Library dependency and code enhancements
  2. (enh #5): More enhanced and comprehensive PHP date pattern formatting

Version 1.3.1

18 Jun 15:15
Compare
Choose a tag to compare

Date: 18-Jun-2015

  1. (bug #2): Fix conversion to unix timestamp format.

Version 1.3.0

08 Nov 13:39
Compare
Choose a tag to compare

Date: 08-Nov-2014

  1. Set release to stable in composer.json.
  2. Updated CHANGE log to reflect user friendly date time formats.

Version 1.2.0

08 Nov 13:34
Compare
Choose a tag to compare

Date: 02-Jul-2014

  • Enh #8: Ability to pass additional form input data within each ajax call.
  • 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.