Difference between revisions of "Date 1 0-firstOfMonth"

From ADF Docs
Jump to: navigation, search
Line 5: Line 5:
 
public any <strong>firstOfMonth</strong> ( string inMonth, string inYear )
 
public any <strong>firstOfMonth</strong> ( string inMonth, string inYear )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">required</td>
 +
 +
<td>inMonth</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>inYear</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
</table>

Revision as of 03:42, 24 March 2010

Description

Returns date for first of month

Signature

public any firstOfMonth ( string inMonth, string inYear )

Parameters

Required Name Type Description
required inMonth string
  inYear string