on 2011 Oct 13 10:26 AM
Hi,
How to convert "com.frictionless.common.types.SysDate" to java.util.Date.
I am getting the below error when I try to set email date to publish date.
Sourced file: inline evaluation of: ``import com.sap.odp.api.util.; import java.util.; import javax.mail.*; import j . . . '' : Error in method invocation: Method setSentDate( com.frictionless.common.types.SysDate ) not found in class'javax.mail.internet.MimeMessage'
Thanks,
Saloni
Request clarification before answering.
Hi Saloni,
Use the getDate() method on the SysDate type variable to get its Java date.
Thanks
Devesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.