Date Formatter
Convert date strings to various formatted date formats
API Documentation
Request Endpoint
POST /en/api/tools/date-formatter
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| date | text | Yes | - |
| outputFormat | select | Yes | - |
| timezone | select | Yes | - |
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-date-formatter": {
"name": "date-formatter",
"description": "Convert date strings to various formatted date formats",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=date-formatter",
"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]