JULIAN2DATE - 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 JULIAN2DATE function converts long Julian date to a conventional date in YYYYMMDD format. 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
JULIAN2DATE (date_value)

Parameter and Description

Parameter Description
date This parameter specifies a date value in Julian format. The value can be a field from a source datastore, a variable or the result of another Function.

Example

Convert the Julian date 2000031 into a conventional date format and map the result to target field CONV_DATE.

CONV_DATE = JULIAN2DATE (2000031)

Returns the value 20000131 which is the ISO date format:

year 2000

month 01 (January) and

day 31