Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • so in ajax call I need to write like this data: { FIO: $('#FIO').val(), Email: $('#Email').val(), Salary: $('#Salary').val(), Telephone: $('#Telephone').val(), English: $('#english').val(), City: $('#City').val(), Birthday: fulldate, id: $('#Interview_Id').val(), }? Commented Apr 19, 2017 at 9:16
  • In my example it would be Birthday: birthday Commented Apr 19, 2017 at 9:47
  • Do you still get the error when you remove the birthday from the data payload? Commented Apr 19, 2017 at 9:54
  • If I write like before. No Commented Apr 19, 2017 at 9:55
  • Do you know in which string format your backend accept the date? Commented Apr 19, 2017 at 10:02