There are several tutorials around the web for using the Date classes. In particular, you're probably looking for DateFormat.parse().
The Android platform provides android.text.format.Time which is a much faster alternative when parsing dates, because it does much of its work directly in native code. j On Mon, May 18, 2009 at 6:26 PM, Daehoon Jeon <[email protected]> wrote: > I'm a beginner of Android.... > 1. > I found java.util.Date , but don't know how to use... > Could you show me a simple ex.? > 2. how to convert them to Julian dates? > > > -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

