Hi Experts,
In agentry i am having an property with type as DATE and from java i am sending the value to property as string with format as MM/dd/yyyy.Here the
issue is if example date is 12/03/2015 i can able to display the value on screen and i can see value in ATE (inspect objects also ). If the date is
13/03/2015 or greater than this the value is not getting populated. Till update the day 12 i am able to see the value if the date is greater than
12th day value is not updating.
Kindly please help how to resolve this.