I need to convert JsDate to java.util.Date. I searched but I couldn\'t find anything. So could you help me with this problem?
JsDate
java.util.Date.
Edit:
I would suggest using the DateFormat parse method (doc can be found here). It can parse a string representation of a date and return a java.util.Date.