Hello,
is there somebody who can help me to create a formula in crystal report 8.5.
this formula must convert a date ex : "01/01/1970 0:00" in unix format
I know the code in vb
rounddown( ((value +7200)/86400) + "01/01/1970"),0)
somebody can help me to do this with formula in crystale report
thansk for your cooperationhere after you will find the solution to convert a unix(UTC) time in to a normal date
DateAdd('s',{call_req.open_date},CDATETIME(1970,01,01,0,0,0))
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment