Krishnakumar Kannan
unread,Sep 24, 2014, 10:34:07 PM9/24/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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