datetime - Freemarker : Convert unix timestamp string to date format string -


i getting unix timestamp in string format in ftl file. want reformat date readable string such "yyyy-mm-dd".

how should convert timestamp formatted date string ?

i got date in required format using below code:

calbookingentry.getstarttime()?number?number_to_datetime?string["yyyy-mm-dd"]


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -