We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70e05e commit 852f626Copy full SHA for 852f626
CHANGE.md
@@ -12,7 +12,7 @@ Change Log: `php-date-formatter`
12
13
**Date:** 18-Jun-2015
14
15
-1. (bug #2): Fix con## Version to unix timestamp format.
+1. (bug #2): Fix conversion to unix timestamp format.
16
17
## Version 1.3.0
18
bower.json
@@ -7,7 +7,7 @@
7
],
8
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
9
"main": [
10
- "./js/php-date-formatter.min.js"
+ "js/php-date-formatter.js"
11
"keywords": [
"jquery",
@@ -19,9 +19,6 @@
19
"datetime",
20
"php-date-formatter.js"
21
22
- "dependencies": {
23
- "jquery": ">= 1.9.0"
24
- },
25
"license": "BSD-3-Clause",
26
"ignore": [
27
"**/.*",
0 commit comments