Framework:GetDate: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== GetDate(<ZeitKonstante>) Dient zum Verknüpfen von Zeichenfolgen. {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" ..." |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
GetDate(< | GetDate(<time constant>) | ||
Dient zum Verknüpfen von Zeichenfolgen. | Dient zum Verknüpfen von Zeichenfolgen. | ||
| Line 9: | Line 9: | ||
|- | |- | ||
| style=background-color:#f6f6f6 |'''Parameter''' | | style=background-color:#f6f6f6 |'''Parameter''' | ||
| style=background-color:#f6f6f6 |''' | | style=background-color:#f6f6f6 |'''Description''' | ||
|- | |- | ||
|ZeitKonstante | |ZeitKonstante | ||
| | | | ||
:*DATEONLY | :*DATEONLY Current day short(22.09.2010) | ||
:*DATEANDTIME | :*DATEANDTIME Current day and time(03.08.2010 14:20:15) | ||
:*COPDATEYEAR | :*COPDATEYEAR Current day, year TimeID (2010080101) | ||
:*COPDATEMONTH | :*COPDATEMONTH Current day, month TimeID (2010080103) | ||
:*COPDATEDAY | :*COPDATEDAY Current day, day TimeID (2010080305) | ||
:*COPDATECW | :*COPDATECW Current day, week TimeID (2010080304) | ||
|} | |} | ||
== | ==Result== | ||
Returns the date according to time constant. | |||
== | ==Example== | ||
GetDate(DATEONLY) | GetDate(DATEONLY) | ||
Revision as of 14:44, 18 November 2010
Function
GetDate(
Dient zum Verknüpfen von Zeichenfolgen.
| Parameter | Description |
| ZeitKonstante |
|
Result
Returns the date according to time constant.
Example
GetDate(DATEONLY)