javascript - epoch time to human readable from SQL output. HTML -


i have query gets date database problem using epoch/unix time. working on easy website outputting creating date (dateadd in sql).

query:

select takeover realest id=objid dato ... 

i have in html:

<tr class="tr{row}" valign="center">     <td class="td" align="left" nowrap>{'dato(do.dato).tostring("%d.%m.%y");'}</td> 

but doesnt work. how can fix that?


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -