/
JulianDayFromDate function
JulianDayFromDate function
Returns a Julian day number from the given date.
Namespace
datetime
Input
date(date
)
Output
Julian day(long
)
Example
If basedate
contains the date 2008–05–27
, then the two following functions are equivalent, and return the value 2454614
.
set-column result datetime:JulianDayFromDate('2008-05-27')
set-column result datetime:JulianDayFromDate(basedate)
Related content
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Google Ads Multiple Report Batch Source (Deprecated)
Google Ads Multiple Report Batch Source (Deprecated)
More like this
Google Ads Single Report Batch Source (Deprecated)
Google Ads Single Report Batch Source (Deprecated)
More like this
ORC Dynamic Partitioned Dataset Sink (Deprecated)
ORC Dynamic Partitioned Dataset Sink (Deprecated)
More like this
CDAP Hub Release Log
CDAP Hub Release Log
More like this
Salesforce Marketing Cloud Batch Source
Salesforce Marketing Cloud Batch Source
More like this
Created in 2020 by Google Inc.