Skip to content

Commit 3c727ed

Browse files
joshcarrchollier
authored andcommitted
updates default field prop to use Unix milliseconds format
1 parent 254cdb5 commit 3c727ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateTimeField.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DateTimeField = React.createClass({
1818
getDefaultProps: function() {
1919
return {
2020
dateTime: "1234567",
21-
format: 'X',
21+
format: 'x',
2222
inputFormat: "MM/DD/YY H:mm A",
2323
showToday: true,
2424
viewMode: 'days',

0 commit comments

Comments
 (0)