summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md b/bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md
new file mode 100644
index 00000000..1e6d32dc
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/isostring/Readme.md
@@ -0,0 +1,38 @@
+
+# isostring
+
+ Decides whether a string is a definitively meant to be an ISO8601 date. Uses a slightly stricter format than the spec so that you will never get false positives from a string id (e.g. `new Date('1984');`).
+
+
+## Usage
+
+```
+isostring('2012-12-30') // true
+isostring('2012'); // false
+isostring('2012-12-30T20:12:22.222222-08:00') // true
+```
+
+## License
+
+(The MIT License)
+
+Copyright (c) 2013 Segmentio <friends@segment.io>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+'Software'), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file