I already know how to, for instance, get tomorrow’s date in a query in SQL; either use ADDDATE(CURDATE(),1) or DATE_ADD(CURDATE(), INTERVAL 1 DAYS) (or something like that).
But how would I get a date that is a bit more eccentric, for example the 10th of next month?
UPD
yes, it looks weird, but it solves “now is december” issue 😉