Create Activity using WebService
Hello,
We are trying to create an activity with WebService call.
DueDate field In an activity can be provided with the method setDueDate(Calendar arg0).
The data in DueDate field is Date with yyyy/MM/dd format. Is there a way to pass the Date with specified format to a function which is accepting argument of type calendar.
Thanks in advance.