=== Date Conversion API Test ===
Input Date: 1995-10-19
HTTP Code: 404
Response:
404 Not Found
Not Found
The requested URL was not found on this server.
Apache/2.4.41 (Ubuntu) Server at localhost Port 80
=== Additional Test Examples (Short Month Names) ===
Input: 1967-10-05 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
Input: 2008-01-01 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
Input: 2024-12-25 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
Input: 1990-06-15 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
Input: 2023-03-20 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
Input: 1995-10-19 -> Expected: [Day] [ShortMonth] [Date] [Year] 00:00:00 GMT+0530 (India Standard Time)
=== API Usage Instructions ===
Endpoint: POST /api/convert-date-format
Request Body: {"date": "YYYY-MM-DD"}
Response: {"success": true, "input_date": "YYYY-MM-DD", "formatted_date": "Day Month Date Year HH:MM:SS GMT+0530 (India Standard Time)"}