Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a column with strings like "2.02E+13". How can I make them Date type?
Thanks a lot.
The solution I found is to convert my string to bigdecimal ,after to plainString and then parse it into .parseDate. But I will try also you solution. Thanks a lot for your help.