Framework:TimeDimFlag: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== TimeDimFlag(<DateID>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Parame..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


TimeDimFlag(<DateID>)
<span {{CoPFormel}}>TimeDimFlag(<DateID>)</span>


{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
{| class="wikitable" width="80%"
|-
|- {{Tabellentitel}}
| style=background-color:#f6f6f6 |'''Parameter'''
| Parameter  
| style=background-color:#f6f6f6 |'''Description
| Description
|-
|-
|DateID
|DateID
|ID of the date
|ID of the date
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Line 16: Line 17:


==Example==
==Example==
TimeDimFlag(2010010103)<br>
<span {{CoPFormel}}>TimeDimFlag(2010010103)</span><br>
Result: M
Result: M


Line 22: Line 23:
__NOEDITSECTION__  
__NOEDITSECTION__  


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

Latest revision as of 08:52, 24 May 2012

Function

TimeDimFlag(<DateID>)

Parameter Description
DateID ID of the date

This function belongs to client-side functions.

Result

Returns the type of the date ID (Y, M, D, Q, W)

Example

TimeDimFlag(2010010103)
Result: M