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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -