robfaas
Results
2
issues of
robfaas
It seems to be impossible to add borders (and paddings) to the thumbnails. Or is there a way?
Is it possible to make some specific dates invalid AND certain weekdays? The script below is not working. Any suggestions? dateValidator: rome.val.except(['2016-05-06', '2016-05-13']), dateValidator: function (d) { return (moment(d).day() !==...