Dates received from api.ai REST API is different from date received from API.AI DotNet SDK
I have a bot and am passing dates as below
Passed 2 dates as below format
01/12/2017 - result from DotNet SDK is 12-01-2017 while from Console JSOn it is 01-12-2017
15/12/2017 - result from DotNet SDK is 15-12-2017 while from Console JSOn it is 15-12-2017
Visual Studio 2015 Project
Screenshots attached for the watch in dotnet sdk and console JSON for same inputs
Hi
Dates received from api.ai REST API is different from date received from API.AI DotNet SDK
I have a bot and am passing dates as below
Passed 2 dates as below format 01/12/2017 - result from DotNet SDK is 12-01-2017 while from Console JSOn it is 01-12-2017 15/12/2017 - result from DotNet SDK is 15-12-2017 while from Console JSOn it is 15-12-2017
Visual Studio 2015 Project
Screenshots attached for the watch in dotnet sdk and console JSON for same inputs
api.ai issue.docx
Regards