Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java Util Date to long and vice versa

9 views
Skip to first unread message

Krishnakumar Kannan

unread,
Sep 24, 2014, 10:34:07 PM9/24/14
to
Hi,

I want to convert Date as String into Long and vice versa. I am comparing dates (fetched from DB as String) by converting into long at java side.

I am getting different values during conversion from string to long and vice versa.

Scenario:

String Date ="2014-08-20 23:58:10.027283";

1.Convert above String into Long
2.Convert back again into String from Long in same format.

Appreciate any help.

Regards,
Krishna


0 new messages