Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@
function cloneEvent() {
var dates = $('#mymodal-event-clone #event_dates').multiDatesPicker('value');
dates=dates.replaceAll(' ','');
dates=dates.replace(/\s/g, '');
tbdates=dates.split(',');
var dstart=moment($("#mymodal-event-clone #event_startm").val(),"DD/MM/YYYY");