secullum-react-native-ui 4.5.1-beta.14 → 4.5.1-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -103,7 +103,7 @@ class RangeDatePicker extends React.Component {
|
|
|
103
103
|
render() {
|
|
104
104
|
const { label, startDate, endDate, style, nativeID } = this.props;
|
|
105
105
|
const { showStartDateModal, showEndDateModal, isDarkModeEnabled } = this.state;
|
|
106
|
-
const displayFormat = 'MMM
|
|
106
|
+
const displayFormat = 'MMM d, yyyy';
|
|
107
107
|
const displayText = (0, format_1.formatDate)(startDate, displayFormat) +
|
|
108
108
|
' - ' +
|
|
109
109
|
(0, format_1.formatDate)(endDate, displayFormat);
|