Announcement

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

    Automatic Date Conversion

    I am using a textField for a dateItem, when I select the date "6/10/2009", it is posted to the server as "2009-06-09T18:30:00". I do not want this conversion to happen. Pls be noted that my timezone is GMT +0530. I wish that the date be posted as "2009-06-09". Pls guide how can I achieve this.

    #2
    Set the DataSouceField type to "date" to indicate a date value with no meaningful time value.

    Comment


      #3
      I am already using the dataSourceField as "date"

      Code:
       {title: "Due Date(FCDT)",name: "FCDT",type: "date",useTextField: true,dateFormatter:"toUSShortDate",width:140}

      Comment


        #4
        That looks like a listGridField.

        There's no bug here, and with so little info you've made it difficult to help you. Best of luck.

        Comment

        Working...
        X