Text Date Format Unifier
Find and unify date formats within text content
API Documentation
Request Endpoint
POST /en/api/tools/text-date-format-unifier
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textContent | textarea | Yes | - |
| inputFormat | select | No | - |
| targetFormat | select | No | - |
| customFormat | text | No | Use YYYY, MM, DD, HH, mm, ss patterns. Example: YYYY-MM-DD HH:mm:ss |
| timezone | select | No | - |
| preserveOriginal | checkbox | No | - |
| replaceAll | checkbox | No | - |
| caseSensitive | checkbox | No | - |
| wholeWord | checkbox | No | - |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-text-date-format-unifier": {
"name": "text-date-format-unifier",
"description": "Find and unify date formats within text content",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-date-format-unifier",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]