ps-toolkit-ui 1.5.97 → 1.5.98
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/bundles/ps-toolkit-ui.umd.js +0 -4
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/date/form.date.component.js +1 -5
- package/fesm2015/ps-toolkit-ui.js +0 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3692,11 +3692,7 @@
|
|
|
3692
3692
|
};
|
|
3693
3693
|
FormDateComponent.prototype.setDate = function () {
|
|
3694
3694
|
var n = this.active.clone();
|
|
3695
|
-
console.log(n);
|
|
3696
3695
|
var countDayInMonth = n.daysInMonth();
|
|
3697
|
-
console.log(countDayInMonth);
|
|
3698
|
-
var countDayInMonth3 = n.locale('fa').daysInMonth();
|
|
3699
|
-
console.log(countDayInMonth3);
|
|
3700
3696
|
var startWeek = parseInt(n.startOf('month').format('d'), 10);
|
|
3701
3697
|
var previousMonth = n.subtract(1, 'month');
|
|
3702
3698
|
var countDayInPreviousMonth = previousMonth.daysInMonth();
|