DADiSP Worksheet Functions > Function Categories > Data Type Conversion > JULSTR

 

JULSTR

Purpose:

Converts a date string into a Julian date integer.

Syntax:

JULSTR("date")

"date"

-

A string, the date in dd/mm/yy format.

Returns:

An integer.

Example:

julstr("1/11/58")

 

returns 2436215.

See Also:

JULYMD

STRJUL