Solved
Forum Discussion
LucN
7 years agoOccasional Contributor
It's not clear to me because I get the following result with getTimestamp : 1553695803464 How is it a date ?
Sorry, guess I should have mentioned that timstamp is in unix time. Add this to convert it from unix time.
Date date = new Date(messageExchange.getTimestamp() );
It's not clear to me because I get the following result with getTimestamp : 1553695803464 How is it a date ?