Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: how to convert hh:mm:ss.sss to milisecond using c Post Reply Post New Topic
Author Message
aarti
Newbie
Newbie


Joined: 25 Aug 2011
Online Status: Offline
Posts: 17
Quote aarti Replybullet Topic: how to convert hh:mm:ss.sss to milisecond using c
    Posted: 07 May 2012 at 9:36pm
Hi,

I have a time in  hh:mm:ss.sss format..

i want to convert it to milisecond using crystal report formula.

Please help ASAP.

Thanks in advance.
IP IP Logged
mudcat1
Newbie
Newbie
Avatar

Joined: 21 Jul 2008
Online Status: Offline
Posts: 11
Quote mudcat1 Replybullet Posted: 10 May 2012 at 11:09am
You can use a CR Function to convert the time into hours or seconds and then use the standard units conversion caluculations in a formula:
s=d/8.64E+4
s=H/3660
s=ms/.001
ms=s*.001
ms=H/3660000
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.