As in the previous example, you have learned about how to print the current date on the screen. But in this example we are going to convert the date into string.
java.util.Hashtable package contains a method called tostring, that is used to convert the date into string.
Syntax
public String toString()
Output of the Convert Date To String MIDlet will be as follow..
Output of the command prompt

Source Code of DateToString.java
import java.util.*;
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: J2ME Convert Date To String
Post your Comment