I pass Data with Json Objetc to StiReort and everything is good but i have a problem....
for example my json object is like this:
Code: Select all
[{"PersonCode":"0502","PersonName":" ئاری ","DateAttendance":"04/02/2016","TimeIn":"07:12 AM","TimeOut":"07:13 AM","DateIn":"2016/04/02","DateOut":"2016/04/02","DiffDateHour":"00:01:00"},{"PersonCode":"0502","PersonName":" ئارف","DateAttendance":"04/02/2016","TimeIn":"07:12 AM","TimeOut":"07:13 AM","DateIn":"2016/04/02","DateOut":"2016/04/02","DiffDateHour":"00:01:00"}]
these columns are string but i dont now stimul change there type to timespan
why is happen this case??how I fix this problem?
thanks a lot