Use this expression to get date / month / year value of the date parameter provided in dd/mm/yyyy
Get (what_to_get, date_string) = output
1. Get (month, 21/12/1987) = 12
| Input Parameter Name | Description |
|---|---|
| what_to_get | Date / Month / Year. |
| date_string | Date value for which the output is expected. |