I need to convert a date into string and store it in rms provided by j2me
and then retrive that string and convert back into date format and then display on the screen
I need to convert a date into string and store it in rms provided by j2me
and then retrive that string and convert back into date format and then display on the screen
Supraja
You can convert Date to long using Date.getTime(), then store it to RMS like just a long and convert back using Date.setTime()