secullum-react-native-ui 4.5.1-beta.14 → 4.5.1-beta.15

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 D, yyyy';
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secullum-react-native-ui",
3
- "version": "4.5.1-beta.14",
3
+ "version": "4.5.1-beta.15",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [