@rolster/react-components 18.12.3 → 18.12.4

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.
package/dist/cjs/index.js CHANGED
@@ -384,7 +384,7 @@ function RlsDayPicker({ date, disabled: disabledPicker, formControl, maxDate, mi
384
384
  }, children: jsxRuntime.jsx("span", { className: "rls-day-picker__day__span", children: value || '??' }) }, index))) }, index))) })] }));
385
385
  }
386
386
 
387
- const DATE_FORMAT = '{dd}/{mn}/{aa}';
387
+ const DATE_FORMAT = '{dd}/{mx}/{aa}';
388
388
  class DateRangePickerFactory {
389
389
  constructor(props) {
390
390
  const { date, range, maxDate, minDate } = props;