There was an error while loading. Please reload this page.
1 parent 254cdb5 commit 3c727edCopy full SHA for 3c727ed
src/DateTimeField.jsx
@@ -18,7 +18,7 @@ DateTimeField = React.createClass({
18
getDefaultProps: function() {
19
return {
20
dateTime: "1234567",
21
- format: 'X',
+ format: 'x',
22
inputFormat: "MM/DD/YY H:mm A",
23
showToday: true,
24
viewMode: 'days',
0 commit comments