I am having the most difficult time trying to create a report. Our database stores the date in milliseconds from 1/1/1970. When i try the dateadd function, it says out of range or too large. An example of the date is: 1078837200000
Can someone advise what i need to do to get this a date, i am then going to make it a parameter for the report as well (user can enter the start and end date). Do i need to create a formula field? I also tried the following:
EDate = ({TASKHOURS.entryDate}/86400000)
DateAdd("D", +Edate, Date(1970,1,1))
to create a variable and add the days to get a date, of course that didn't work.
Any help would be very much appreciated.
Thanks
Can someone advise what i need to do to get this a date, i am then going to make it a parameter for the report as well (user can enter the start and end date). Do i need to create a formula field? I also tried the following:
EDate = ({TASKHOURS.entryDate}/86400000)
DateAdd("D", +Edate, Date(1970,1,1))
to create a variable and add the days to get a date, of course that didn't work.
Any help would be very much appreciated.
Thanks