Name
GetDateNum -- get date information as a value
Synopsis
info = GetDateNum(type)
Function
This function allows you to retrieve date information as a value from Hollywood. The following constants can be specified as type:

#DATEDAY:
Returns the day of the month (1-31)

#DATEMONTH:
Returns the month (1-12)

#DATETIME:
Returns the time (00hhmmss)

#DATEYEAR:
Returns the year (yyyy)

Inputs
type
one of the constants as listed above
Results
info
day, month, time or year information

Show TOC