You are here: start » ppl » statements » toddate

TODDATE (DATE date)

TODDATE (DATE date)

Converts any PPL type to DDATE type.

Example:

	DATE d1
	DDATE d2
	d2 = TODDATE(d1)

This is an explicit type conversion. Implicit type conversion is also valid as with all other PPL types.
See also: Date DDate data type MkDate

ppl/statements/toddate.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International