Skip to content

Commit 38984fb

Browse files
committed
Update to release v1.3.3
1 parent b52c468 commit 38984fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to read and write date/timestamps to the database easily when working with PHP s
1212
timestamp to database in one format, but displaying it on client or html forms in another format. Maintaining a consistent PHP Date time format for both
1313
server side and client side validation should help in building extensible applications with various PHP frameworks easily.
1414

15-
The latest release of the library is v1.3.2. Check the [CHANGE LOG](https://github.com/kartik-v/php-date-formatter/blob/master/CHANGE.md) for details.
15+
The latest release of the library is v1.3.3. Check the [CHANGE LOG](https://github.com/kartik-v/php-date-formatter/blob/master/CHANGE.md) for details.
1616

1717
## Features
1818

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-date-formatter",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "https://github.com/kartik-v/php-date-formatter",
55
"authors": [
66
"Kartik Visweswaran <[email protected]>"

js/php-date-formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
3-
* @version 1.3.2
3+
* @version 1.3.3
44
*
55
* Date formatter utility library that allows formatting date/time variables or Date objects using PHP DateTime format.
66
* @see http://php.net/manual/en/function.date.php

js/php-date-formatter.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-date-formatter",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
55
"main": "js/php-date-formatter.js",
66
"directories": {

0 commit comments

Comments
 (0)