Java ME get yesterday's date

Posted by Nimrod Shory on Stack Overflow See other posts from Stack Overflow or by Nimrod Shory
Published on 2010-06-14T13:00:51Z Indexed on 2010/06/14 13:32 UTC
Read the original article Hit count: 240

Filed under:

Hello,
I need to get yesterday's date from a Java ME midlet.
I know Java's Calendar object has an add method but Java ME's Calendar doesn't have it.
Is there an easy way to retrive yesterday's date?

Thanks.

© Stack Overflow or respective owner

Related posts about java-me