jQWidgets Forums

jQuery UI Widgets Forums Grid Date format in jqxGrid column.

This topic contains 1 reply, has 1 voice, and was last updated by  svktella 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Date format in jqxGrid column. #76732

    svktella
    Participant

    Hi,

    I need to format the string “1444350360000” to MM/DD/YYYY format in a jqxGrid column.I am using the following code

    { name: ‘admit_date’, type: ‘date’,cellsformat: ‘dd.MM.yyyy’},

    and also

    { name: ‘admit_date’, type: ‘date’,format: ‘dd.MM.yyyy’}

    But i am getting the following output format “Thu Oct 8 18:26:00 MDT 2015 “. I just want to see 10/08/2015 instead.Can you please help me.

    Date format in jqxGrid column. #76737

    svktella
    Participant

    I think i got the solution.

    i need to add “cellsformat:MM/dd/yyyy” to the date column inside the grid
    and add “type:date” for the date column in the datafields.

    thanks again,
    Sandeep.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.