| 25 March 2002 |
Month() |
| Author | ScriptLogic Corporation |
| Action | Returns the month portion of a specific date. |
| Syntax | Month ("date") |
| Parameters | date (Required / String) must be in the form of "YYYY/MM/DD" |
| Remarks | About as simple as it gets... Mainly developed since we are used to this function with other languages. In the future, we plan to add more parsing logic to handle date parameters in different orders (such as 4/1/2001). |
| Returns | Returns the day portion of a specific date. If working with today's date, this function is not necessary since you could use the @DAY macro. |
| Dependencies | None. |
| Examples | |
| Source | |