• Date only Column via viewJsonService appends current time

    By Bastian Lotsch 1 decade ago

    I try to get an iNotes List View to work. The view it should display contains a column in the view design computed to be @Date(SomeField). The List View always shows a date/time string. That alone is pretty bad but the time component that's also added make it really weird as that seems to be the current time:

    {
          "@entryid":"1.1.1.1-C58D05AE3CAE5CA5C1257A750035AED4",
          "@unid":"C58D05AE3CAE5CA5C1257A750035AED4",
          "@noteid":"16E6",
          "@position":"1.1.1.1",
          "@siblings":47,
          "@indent":3,
          "@form":"memusage",
          "$DateTimeStamp":"2012-09-10T13:38:55Z"
    }
    

    Is there a way I can get the List View (or Dojo Data Grid btw.) to display the date only?

    Cheers,

    Bastian