1. Convert Natural Language to ISO 8601
Backend DeveloperBackground
A developer needs to store a user-defined trial period of '3 months and 10 days' in a database that requires ISO 8601 format.
Problem
Manually formatting the duration string risks syntax errors, especially with the P and T designators.
How to use
Type '3 months 10 days' into the input field and set the direction to 'Natural language → ISO 8601'.
Input: '3 months 10 days', Direction: 'nl2iso'Outcome
The tool outputs the canonical ISO 8601 duration string 'P3M10D' along with a breakdown of the components.