Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "arlib", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Andras' Utility Functions", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -98,5 +98,5 @@ # arlib | ||
See [php's date](php.net/manual/en/function.date.php) for the list of | ||
See [php's date](http://php.net/manual/en/function.date.php) for the list of | ||
supported conversions. Of them, W and o are not implemented. | ||
phpdate('Y-m-d H:i:s.u T'); // 2014-10-18 04:56:53.437000 EDT |
39524