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

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -