powered by
Returns the date that is numMonths after startDate.
add_months(y, x)# S4 method for Column,numeric add_months(y, x)
# S4 method for Column,numeric add_months(y, x)
Column to compute on
Number of months to add
Other datetime_funcs: date_add, date_format, date_sub, datediff, dayofmonth, dayofyear, from_unixtime, from_utc_timestamp, hour, last_day, minute, months_between, month, next_day, quarter, second, to_date, to_utc_timestamp, unix_timestamp, weekofyear, window, year
date_add
date_format
date_sub
datediff
dayofmonth
dayofyear
from_unixtime
from_utc_timestamp
hour
last_day
minute
months_between
month
next_day
quarter
second
to_date
to_utc_timestamp
unix_timestamp
weekofyear
window
year
# NOT RUN { add_months(df$d, 1) # }
Run the code above in your browser using DataLab