JULIAN - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

The JULIAN function is used to derive a long Julian date value from the given date, or the current date if no parameter is given. A long Julian date is in YYYYDDD format, where DDD is the number of days that have elapsed since the beginning of the calendar year.

Category

Date / Time

Syntax
JULIAN (date_value) 
or 
JULIAN()

Parameter and Description

This JULIAN function take optionally a date. If no date is given then the current date is implied.

Example

Obtain the current date in Julian format and map the result to target field JUL_DATE. Assume that the current date is January 31st, 2000.

JUL_DATE = JULIAN ()

Returns the value 2000031.