Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Crystal Reports 2008 で、2012 年 1 月 1 日以降のミリ秒を日付変数に変換するにはどうすればよいですか?
助けてくれてありがとう、ウィル
1 日は 86400000 ミリ秒です。そう、
local numbervar days := ceiling({table.ms} / 86400000); dateadd("d",days,#01/01/2012#);