Plugin Author
Franky
(@liedekef)
No, clicking on today just moves the datepicker to the month with the current date.
I don’t remember how it was in the past version, but based on your question I think it indeed selected the date. So I’ll change that for the next version again, and also couple the start/end pickers again
Plugin Author
Franky
(@liedekef)
The next version will select the today date again.
Hi Franky
Works almost perfect.
In the frontend-plugin the “today” doesn’t work for the end date (only for the start date).
In the backend it works for both.
Plugin Author
Franky
(@liedekef)
Ah, that means I forgot to set the button option for the enddate picker for the frontend plugin. Go in js/emefs.js and search for todayButton. You’ll see 2 occurences (for start and end), just copy the line from start to end (with “new Date” on it).