Hi
I just wonder that what class library I can use to get the system date month year and time in Nokia N95
I tried to use Date but the only available is getTime which give me total number of milliseconds since 1/1/1970
Thanks in advance
Hi
I just wonder that what class library I can use to get the system date month year and time in Nokia N95
I tried to use Date but the only available is getTime which give me total number of milliseconds since 1/1/1970
Thanks in advance
Hi snoopyAU,
to get specific date infos (like day, month, and so on..) out of your Date instance, you should use the java.util.Calendar object.
Pit