database - How to Get time from CSV data? -


i have downloaded csv file database. in date field found 1416551169 1417798664 1415727808

etc times

please can please tell how extract time , date 01:04:2014 10:30 pm

thank

that unix timestamp. can convert unix time stamp excel following excel formula (assuming unix time stamp in a1)

=a1/(60*60*24)+"1/1/1970" 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -