/
DaysSinceFromDate function
DaysSinceFromDate function
Returns the number of days from the source date to the given date.
Namespace
datetime
Input
first date(date
), second date(date
)
Output
days between source and given date (long
)
Example
If sourcedate
contains the date 1958–08–18
and givendate
contains the date 2008–08–18
, then the two following functions are equivalent, and return the long
value 18263
set-column result datetime:DaysSinceFromDate(datetime:GetDate('2008-08-18'),datetime:GetDate('1958-08-18'))
set-column result datetime:DaysSinceFromDate(sourcedate,givendate)
Related content
DateFromDaysSince function
DateFromDaysSince function
Read with this
Google Cloud BigQuery Execute Action
Google Cloud BigQuery Execute Action
More like this
GitHub Batch Source (Deprecated)
GitHub Batch Source (Deprecated)
More like this
Salesforce Marketing Cloud Batch Source
Salesforce Marketing Cloud Batch Source
More like this
Google Ads Single Report Batch Source (Deprecated)
Google Ads Single Report Batch Source (Deprecated)
More like this
Google Search Console Batch Source
Google Search Console Batch Source
More like this
Created in 2020 by Google Inc.