I used this on customer site :
date = UtilDateTime.stringToTimeStamp(dateStr,
"yyyy-MM-dd'T'HH:mm:ss'Z'", timeZone, locale);
Nicolas
On 8/27/19 5:02 PM, Deepak Nigam wrote:
> Hello all,
>
> I have a date in the format yyyy-mm-ddThh:mm:ss.nnn+time zone
> (2019-07-28T00:00:00.000+05:30), I need to convert it to Timestamp object
> so that I can store in one of the OFBiz entity. Is there any OOTB feature
> available for this?
>
> Thanks & Regards
> --
> Deepak Nigam
>