We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bff7f9 commit 03131b4Copy full SHA for 03131b4
README.md
@@ -54,7 +54,7 @@ var App = React.createClass({
54
formattedValue: formattedValue // Formatted String, ex: "11/19/2016"
55
});
56
},
57
- componentDidUpdate() {
+ componentDidUpdate: function(){
58
// Access ISO String and formatted values from the DOM.
59
var hiddenInputElement = document.getElementById("example-datepicker");
60
console.log(hiddenInputElement.value); // ISO String, ex: "2016-11-19T12:00:00.000Z"
0 commit comments