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:
JS Date -- new Date() Wed Aug 14 2019 14:54:38 GMT+0530 (India Standard Time)
Java Date -- new Date().toISOString() "2019-08-14T09:25:50.136Z"