datetime_format
Convert year, month, and day into a custom date string using a strftime format specifier.
Instructions
Format a date to a string using a strftime format specifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | ||
| year | Yes | ||
| month | Yes | ||
| format | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |