Products Downloads


French version


 

 

ADELIA

VADELIA

SADELIA

WADELIA

EADELIA

(I/B)

(I/B)

(B)

(I/B)

(B)

 

Description

This predefined function converts a six-position date into Julian calendar format.

This Julian format consists of a year and a day number calculated from January 1st in the year specified as a parameter.

 

With this predefined function, the date specified as a parameter is checked. If it is not valid, the function is not run and the result field is reset to zero.

 

Syntax

Result = &JULIAN6(Date format;Date)

 

Parameters

 

Description

Contents

Controls

Result

Five-position numeric variable.

Date in Julian format.

 

Date format

Three-position alphanumeric variable or constant.

Format for the date set as a parameter

Possible values:

DMY   Day/Month/Year

DYM   Day/Year/Month

MDY   Month/Day/Year

MYD   Month/Year/Day

YMD   Year/Month/Day

YDM   Year/Day/Month

Mandatory parameter.

Date

Six-position numeric constant or variable.

Date to be converted into Julian format.

Mandatory parameter.

 

Example

FORMAT = 'YMD'

DATE = 011231

NUMBER = &JULIAN6(FORMAT;DATE)

* NUMBER is equal to: 01366

 

List of predefined functions by topic

 

↑ Top of page

  • Aucune étiquette