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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


GetDate(<ZeitKonstante>)
<span {{CoPFormel}}>GetDate(<time constant>)</span>


Dient zum Verknüpfen von Zeichenfolgen.
{| class="wikitable" width="80%"
 
|-{{Tabellentitel}}
 
| Parameter  
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
| Description
|-
| style=background-color:#f6f6f6 |'''Parameter'''
| style=background-color:#f6f6f6 |'''Beschreibung
|-
|-
|ZeitKonstante
|time constant
|
|
:*DATEONLY Akuteller Tag in Kurzform (22.09.2010)
:*DATEONLY Current day short(22.09.2010)
:*DATEANDTIME Akuteller Tag inkl. Uhrzeit (03.08.2010 14:20:15)
:*DATEANDTIME Current day and time(03.08.2010 14:20:15)
:*COPDATEYEAR Akuteller Tag, Jahres ZeitID (2010080101)
:*COPDATEYEAR Current day, year TimeID (2010080101)
:*COPDATEMONTH Aktueller Tag, Monats ZeitID (2010080103)
:*COPDATEMONTH Current day, month TimeID (2010080103)
:*COPDATEDAY Akuteller Tag, Tages Zeit ID (2010080305)
:*COPDATEDAY Current day, day TimeID (2010080305)
:*COPDATECW Akuteller Tag, KW Zeit ID (2010080304)
:*COPDATECW Current day, week TimeID (2010080304)
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Ergebnis==
==Result==
Liefert das der Zeitkonstanten entsprechende Datum.
Returns the date according to time constant.


==Beispiel==
==Example==
GetDate(DATEONLY)
<span {{CoPFormel}}>GetDate(DATEONLY)</span>




Line 31: Line 29:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|GetDate]]
[[Category:Functions - client-side|GetDate]]
[[Category:Functions - client-side|GetDate]]
[[de:Framework:GetDate]]
[[de:Framework:GetDate]]

Latest revision as of 08:51, 24 May 2012

Function

GetDate(

Parameter Description
time constant
  • DATEONLY Current day short(22.09.2010)
  • DATEANDTIME Current day and time(03.08.2010 14:20:15)
  • COPDATEYEAR Current day, year TimeID (2010080101)
  • COPDATEMONTH Current day, month TimeID (2010080103)
  • COPDATEDAY Current day, day TimeID (2010080305)
  • COPDATECW Current day, week TimeID (2010080304)

This function belongs to client-side functions.

Result

Returns the date according to time constant.

Example

GetDate(DATEONLY)