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.
2 parents ea13dda + e22bf08 commit 279d404Copy full SHA for 279d404
examples/custom-date-parsing.html
@@ -1,5 +1,7 @@
1
+<!DOCTYPE html>
2
<html>
3
<head>
4
+ <title>Custom Date Parsing</title>
5
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
6
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
7
<link rel="stylesheet" href="demo.css">
package.json
@@ -6,6 +6,13 @@
"name": "Evan Plaice",
"email": "evan.plaice@gmail.com"
8
},
9
+ "contributors": [
10
+ {
11
+ "name": "Colton Ehrman",
12
+ "email": "coltonje95@gmail.com",
13
+ "url": "http://coltonehrman.com"
14
+ }
15
+ ],
16
"devDependencies": {
17
"tap-spec": "^5.0.0",
18
"tape": "^4.8.0"
0 commit comments