Difference between revisions of "VTOD()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Function to convert OpenVMS dates to Recital dates
+
Function to convert OpenVMS dates to Lianja dates
  
 
==Syntax==
 
==Syntax==
Line 9: Line 9:
  
 
==Description==
 
==Description==
The VTOD() function converts VAXdates to Recital dates so that date arithmetic can be performed.  The resulting date conforms to the current settings of SET DATE, SET CENTURY and SET MARK.  <expC> must be an 11 character string containing a VAXdate in the format DAY-MONTH-YEAR.
+
The VTOD() function converts VAXdates to Lianja dates so that date arithmetic can be performed.  The resulting date conforms to the current settings of SET DATE, SET CENTURY and SET MARK.  <expC> must be an 11 character string containing a VAXdate in the format DAY-MONTH-YEAR.
  
 
==Example==
 
==Example==

Revision as of 01:37, 9 December 2012

Purpose

Function to convert OpenVMS dates to Lianja dates

Syntax

VTOD(<expC>)

See Also

CDOW(), CMONTH(), CTOD(), DATE(), DAY(), DMY(), DOW(), DTOC(), DTOS(), DTOV(), MDY(), MONTH(), STOD(), TIME(), WEEK(), YEAR()

Description

The VTOD() function converts VAXdates to Lianja dates so that date arithmetic can be performed. The resulting date conforms to the current settings of SET DATE, SET CENTURY and SET MARK. <expC> must be an 11 character string containing a VAXdate in the format DAY-MONTH-YEAR.

Example

? vtod("17-MAY-1990")+7
05/24/1990