0

how do I convert a TextField to a DatePicker using calendar?

please provide me an example

gnat
  • 6,213
  • 108
  • 53
  • 73
user496789
  • 107
  • 1
  • 4
  • 13

1 Answers1

2

Currently Its not possible with LWUIT. But you can use Spinner instead of DatePicker.

bharath
  • 14,283
  • 16
  • 57
  • 95
  • Look on this third party application for [`DateField` on LWUIT.](http://sites.google.com/site/franciscobenitezleon/projects/lwuit-datefield) May be it will helps you. – bharath Nov 21 '11 at 09:29
  • THIS PROJECT IS CURRENTLY ABANDONED! – user496789 Nov 21 '11 at 09:40
  • Yeah. But you can checkout from their [SVN path.](http://df4lwuit.svn.sourceforge.net/) You can go through how to they with do. If you need, build that project and use that JAR file into your application. – bharath Nov 21 '11 at 09:46