The field is like a DateField but instead its value is just the month and the year like '05/2011' : how to create such a field ?
相关问题
- Unexpected JDWP Error 21
- Receive text message using J2ME
- How to detect key pressed event in LWUIT form?
- Are all Java SE classes available in Java ME?
- (J2ME) How to get list of files/resources inside m
In java-me, you can use the java.util.Calendar package for formatting the date.
Here is snippet from this tutorial on displaying the date and time in Java ME: