Difference between revisions of "Date 1 0-firstDayOfWeek"
From ADF Docs
Line 5: | Line 5: | ||
public any <strong>firstDayOfWeek</strong> ( date inDate ) | public any <strong>firstDayOfWeek</strong> ( date inDate ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>inDate</td> | ||
+ | <td>date</td> | ||
+ | <td>[Default: [runtime expression]] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:42, 24 March 2010
Description
Returns a date.
Signature
public any firstDayOfWeek ( date inDate )
Parameters
Required | Name | Type | Description | |
optional | optional | inDate | date | [Default: [runtime expression]] |