Framework:FKT GetDate

From CoPlanner 10
Revision as of 10:23, 6 May 2010 by Admin (talk | contribs) (Created page with '==Function== This function returns the current date or hour in the desired format which is defined by the parameter. FKT_GetDate (<DATEONLY DATEANDTIME COPDATEYEAR COPDATEMONT…')

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function

This function returns the current date or hour in the desired format which is defined by the parameter.

FKT_GetDate (<DATEONLY DATEANDTIME COPDATEYEAR COPDATEMONTH COPDATEDAY>)

Konstanten Beschreibung
DATEONLY Date without hour (example: 28.02.2005)
DATEANDTIME Date with hour (example: 28.02.2005 10:52:22)
COPDATEYEAR COPSYS date year (example: 2005010101)
COPDATEMONTH COPSYS date month (example: 2005020103)
COPDATEDAY COPSYS date day (example: 2005022804)

If an invalid constant is applied, DATEONLY is used as default.