### Ejemplo cURL
curl -X GET -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 88aa64d3-d7e1-bf83-73a9-af205685cb35" "http://localhost:3000/api/productos/get_date.json"
### Ejemplo Retorno
{ "slash_format": "09/01/2017", "dash_format": "2017-01-09" }