how to search Task on paticulate created date of task Info

Hi All,

Am using pub.task.taskclient:searchTasks service to search particular created date tasks by passing Term as createdDate and operator = and value date format value. it is not resulting created date task on particular date , can any one help me which operator need to pass in term document for created date value. am passing in 2011/04/14 13:26:25 CAT format.

if i use operator >= it is listing greater than and equal date created task list.

Regards,
Anil Kumar Ellendula

any one help me how to get task list which is created with today date or particular date using search task servie.

Hello,

I think you could try to pass two search terms:

createdDate >= 16.05.2011 00:00:00 and
createdDate <= 16.05.2011 23:59:59

That should work.

Regards,
Mathias

HI mathiasd,

i got it, thanks for reply.

Regards,
Anil Kumar Ellendula