format-date
Convert and format a date string into a custom layout using a specified format. Ideal for transforming dates into desired structures like '%Y-%m-%d %H:%M:%S' or other patterns.
Instructions
Format a date string according to the specified format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date string to format (default: today) | |
format | Yes | Format string (e.g., '%Y-%m-%d %H:%M:%S') |