For example, next_day('2015-07-27', "Sunday")
returns 2015-08-02 because that is the first
Sunday after 2015-07-27.
Day of the week parameter is case insensitive, and accepts first three or two characters:
"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun".