Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Date field on server coming null using JSON

    I have a date field in my Datasource file

    name :"releasedate",
    title :"Release Date",
    dateFormatter:"toUSShortDate",
    type :"date"

    But i am sending the date to the REST Service using JSON i am getting null.
    In request i can see there is Date object..must be of javascipt.

    On Server i am having java.util.Date....

    Can u guide me what i am missing....

    #2
    Check the format of the date being sent from the server. You can use the diagnostic console to see the exact message. It is likely to be misformatted. See this thread for one possible issue and search the archives if you find something different.

    Comment

    Working...
    X