diff --git a/src/widgets/DateTimePicker.tsx b/src/widgets/DateTimePicker.tsx index 530c4d4..9047f41 100644 --- a/src/widgets/DateTimePicker.tsx +++ b/src/widgets/DateTimePicker.tsx @@ -23,7 +23,7 @@ class DateTimePicker extends React.PureComponent { public render() { const Picker = (this.props.dateOnly) ? KeyboardDatePicker : KeyboardDateTimePicker; - const dateFormat = (this.props.dateOnly) ? "DD/MM/YYYY" : "DD/MM/YYYY HH:mm"; + const dateFormat = (this.props.dateOnly) ? "L" : "L LT"; return (