You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SRKNEC SUN Club
Well I want to know whether there is any provision in J2ME netbeans
with which I can extract/use the current date in my application from
the mobile OS?
Vasusen Patil
unread,
Jan 7, 2009, 1:43:01 AM1/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to srknec...@googlegroups.com
Do this:
Date d = new Date(); then t = d.getTime()
then, use Calendar to get date in the format that you want!