ps-toolkit-ui 1.12.45 → 1.12.46

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.
@@ -3998,8 +3998,8 @@
3998
3998
  var d = {};
3999
3999
  var m = moment__namespace(_this.inp.value, 'jYYYY/jMM/jDD');
4000
4000
  d[_this.inp.name] = m.locale('en').format('YYYY/MM/DD');
4001
- d[_this.inp.name + 'Start'] = m.locale('fa').startOf('month').locale('en').format('YYYY/MM/DD');
4002
- d[_this.inp.name + 'End'] = m.locale('fa').endOf('month').locale('en').format('YYYY/MM/DD');
4001
+ d[_this.inp.name + 'Start'] = m.locale('fa').startOf('month').locale('en').format('YYYY/MM/DD') + ' 00:00:00';
4002
+ d[_this.inp.name + 'End'] = m.locale('fa').endOf('month').locale('en').format('YYYY/MM/DD') + ' 23:59:59';
4003
4003
  return d;
4004
4004
  };
4005
4005
  this.inp.focus = function () {