Ecto.Query.API.date_add
You're seeing just the function
date_add
, go back to Ecto.Query.API module for more information.
Adds a given interval to a date.
See datetime_add/3
for more information.
See Intervals for supported interval
values.