07-25-2009 02:45 AM
Hello,
I have String like Wednessday, 13 June 2009 | 12 AM GMT, I want to parse and convert into Date data type. I did same on J2SE, but SimpleDateFormat class does not have parse method in RIM API.
Please suggest.
Thanks,
RJ
Solved! Go to Solution.
07-25-2009 07:44 AM - edited 07-25-2009 07:46 AM
Hi RJ,
You can use the usual JavaScript date parsing routines.
http://www.w3schools.com/jsref/jsref_parse.asp
07-27-2009 12:25 AM
07-28-2009 12:21 AM
Hello,
Is anybody here, who resolves my query?
07-28-2009 09:57 AM
07-29-2009 12:30 AM