datediff {SparkR}R Documentation

datediff

Description

Returns the number of days from 'start' to 'end'.

Usage

datediff(y, x)

## S4 method for signature 'Column'
datediff(y, x)

See Also

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

Examples

## Not run: datediff(df$c, x)

[Package SparkR version 2.0.0 Index]