powered by
Given a date column, returns the last day of the month which the given date belongs to. For example, input "2015-07-27" returns "2015-07-31" since July 31 is the last day of the month in July 2015.
last_day(x)# S4 method for Column last_day(x)
# S4 method for Column last_day(x)
Column to compute on.
Other datetime_funcs: add_months, date_add, date_format, date_sub, datediff, dayofmonth, dayofyear, from_unixtime, from_utc_timestamp, hour, minute, months_between, month, next_day, quarter, second, to_date, to_utc_timestamp, unix_timestamp, weekofyear, window, year
add_months
date_add
date_format
date_sub
datediff
dayofmonth
dayofyear
from_unixtime
from_utc_timestamp
hour
minute
months_between
month
next_day
quarter
second
to_date
to_utc_timestamp
unix_timestamp
weekofyear
window
year
# NOT RUN { last_day(df$c) # }
Run the code above in your browser using DataLab