{{tag>Index Function Function_List Date_And_Time Version:v8.1}} ====== NEXT_DAY_OF_WEEK ====== ===== Description ===== Returns the next day of the week closest to the specified date ===== Parameters ===== An expression producing a date and a string identifying the day ===== Example ===== Object.NextDay = NEXT_DAY_OF_WEEK (CURRENT_DATE, 'Tuesday') /** This returns next Tuesday from current date**/