This is a nightmare (at least I can’t find an easy way), I have searched for hours and really can’t find my solution.
How do you handle dates in a custom format in web api? I need DD/MM/YYYY format
I can’t post my dates since my api wants them to be in the default format MM/DD/YY, one solution would be to parse all my dates via JavaScript to the format my api needs it, but for real? Isn’t it a cleaner way?
How can I make my api knows my format?
I found this post, and it says it does not work for posting. And no solution yet.
Am I in the wrong way? Too many up votes for the question, and not even a good answer!