Gary,

In Java...

The com.remedy.arsys.api.Timestamp class has a few nice methods...
   setValue(java.util.Date d)
          Sets the time from the given date.
   toDate()
          Returns the date in the java.util.Date format.
   getValue()
          Returns the number of seconds since January 1, 1970
(according to UNIX conventions).

And supports these Constructors:
   Timestamp()
   Timestamp(java.util.Date d)
   Timestamp(long l)

And I would think that the java.util.Date would have anything else you
might need.

HTH
-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap.... Pick two.


On Nov 21, 2007 3:54 PM, Opela, Gary L Contr OC-ALC/ITMA
<[EMAIL PROTECTED]> wrote:
> **
> Does anyone know what libraries, and where I can get them, to do epoch date
> conversions in native java, .net, or C code? I would prefer .net.
>
> Thanks,
>
>
>  Gary Opela, Jr
>
> Sr. Remedy Developer
> Leader Communications, Inc.
> 405 736 3211

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to