Hi all, As an exercise, I am trying to add a date field to the database in notepadv2 (the tutorial), and methods to sort or reverse sort notes by date modified. However, I am not getting anywhere after trying to add the Date and DateFormat objects to my application. I have imported java.util.* and java.text.DateFormat, but I get an error that, for example: date=new Date(); cannot find variable date
Does android not like java classes? Thanks. -- Have a great day, Alex (msg sent from GMail website) [email protected]; http://www.facebook.com/mehgcap -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

