Time related issue

Hi ,

I have two date start date and end date , and i want time duration in days but the problem is data is coming from task report .

a!gridTextColumn(
label:"Start Date",
field:"c6",
data:index(local!dataset.data,"c3",{})
), 

and 

a!gridTextColumn(
label:"End Date",
field:"c8",
data:index(local!dataset.data,"c11",{})

),

i need one more column which shows the duration of time for these two date .

please suggest 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data