Search:

Type: Posts; User: kennethdizon

Search: Search took 0.09 seconds.

  1. Getting the file size of an email attachment

    Hello,

    Good Day, :)

    I would like to ask for your help on how to get the file size of an email attachment.

    I used the following code to get this information.

    l_EndUserObj.attachmentSize =...
  2. Re: java.lang.IllegalArgumentException: Cannot format given Object as a Date

    Thank you so much, :)
  3. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    Hello All,

    I tried converting the message date to the same timezone of the current date inorder to get the correct time difference between the 2, however upon conversion I have encountered another...
  4. java.lang.IllegalArgumentException: Cannot format given Object as a Date

    Hi All,

    I would like to ask for help inorder to fix the error that I'm encountering. When trying to convert the time zone of a date I encountered the log below.
    ...
  5. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    Hi All,

    I was able to make the code work by simply using Interval function and didn't use d1 and d2.

    SimpleDateFormat format1 = new SimpleDateFormat("dd MMM yyyy HH:mm:ss"); ...
  6. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    @aprabhat thanks so much...i will bookmark the link for future reference. :)

    --- Update ---

    Here is now my updated code:

    // Subtract the minutes of system vs email recieved. Start...
  7. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    @Norms, thanks I will look it up, :)
  8. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    @Norm thanks, :)

    would you know what format is this in? 2014-05-30 06:39:11.482000-05:00

    Many Thanks, :)
    Kenneth
  9. Replies
    13
    Views
    1,427

    Re: Unparseable Date

    Thank you all for your replies, :)

    @aprabhat how about the format of the current date. When I extract it the output looks like this:

    2014-05-30 06:39:11.482000-05:00

    So basically i need to...
  10. Replies
    13
    Views
    1,427

    Unparseable Date

    Hello,

    I'm new in Java and currently developing a project which requires to use dates for some of its functionality.

    When trying to get the difference between the current date vs the email was...
  11. How to extract and Parse email header in OBPM using java

    Hi All,

    I will be developing a change and would like to know how can i parse a mail header in OBPM using java.

    I want to get the message id, date and time the email recieved and email size.
    ...
Results 1 to 11 of 11