2014-02-26 18:27:24
jsp page
<html>
timestamp is : ${timestamp}
Date is : <b> date </b> //display date
Time is : <b> time </b> //display time
</html>
how to convert date and time from timestamp (EL)?
2014-02-26 18:27:24
jsp page
<html>
timestamp is : ${timestamp}
Date is : <b> date </b> //display date
Time is : <b> time </b> //display time
</html>
how to convert date and time from timestamp (EL)?
You can use JSP Standard Tag Library Formatting Tags that provides a set of tags for parsing and formatting locale-sensitive numbers and dates.
If you have Date String then parse it into Date Object.
If you have time in milliseconds then convert in into Date Object.
output: