Hi Guys,
Could you please suggest fetchxml for Date with time ?
I tried many ways to pass time with date , but which is not working. i want to pass time with Created On Filter Criteria.
<entity name="account">
<attribute name="name" />
<filter type="and">
<condition attribute="createdon" operator="on-or-after" value="2017-02-28" />
</filter>