I have the following javascript code
var list = [
{
Date : '00/00/0000',
DateStart: '00/00/0000',
Name: 'string',
...
...
},
{
Date : '00/00/0000',
DateStart: '00/00/0000',
Name: 'string',
...
...
}
];
var column = list.?;
What can I do to the column
variable has the Date value, for example?