Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do i convert unix epoch seconds to yyyy:mm:dd in excel
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look at John McGimpsey's site:
http://www.mcgimpsey.com/excel/udfs/unixtoxltime.html Hope this helps. Pete On Dec 22, 7:26*am, teamsiems wrote: how do i convert unix epoch seconds to yyyy:mm:dd in excel |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mon, 21 Dec 2009 23:26:01 -0800, teamsiems
wrote: how do i convert unix epoch seconds to yyyy:mm:dd in excel unix epoch seconds (UES) = number of seconds since 1 jan 1970 Excel stores time as days + fractions of a day. Number of seconds in a day = 60*60*24 = 86400 So to convert: UES/86400 + date(1970,1,1) and format as yyyy:mm:dd --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert a birthdate format from yyyy/mm/dd to mm/dd/yyyy | Excel Worksheet Functions | |||
convert date mm/dd/yyyy to dd/mm/yyyy | Excel Worksheet Functions | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel | |||
How can I convert an exported UNIX timestamp in excel? | Excel Discussion (Misc queries) | |||
Convert seconds to minutes and seconds in excel | Excel Worksheet Functions |