powered by
Returns the number of days from start to end.
start
end
datediff(y, x)# S4 method for Column datediff(y, x)
# S4 method for Column datediff(y, x)
end Column to use.
start Column to use.
Other datetime_funcs: add_months, date_add, date_format, date_sub, 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
add_months
date_add
date_format
date_sub
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 { datediff(df$c, x) # }
Run the code above in your browser using DataLab