I am having some culture specific issue with post action method. I have a post action method which is working fine when i am dealing with french, russian, urdu, or japanese. But when I am going with the es-MX(spanish culture) and ar-AE(culture); I am getting some problem. I have date field in Model class during get method is getting set properly, but when the model object is getting passed to the post method, the value of the date field is lost somehow and value i am getting in date field is 01/01/0001. I don't know why this is happening. If there's some problem with the code, then it should also not work for the french, russian culture as well.
Do you guys have any idea on this?? any code suggestions are appreciated.. Thanks