Framework:TimeDimFlag: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 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>


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 11: Line 11:
|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