Re: Parse Unix date !

2008-05-29 Thread Chas. Owens
On Thu, May 29, 2008 at 7:42 AM, AY <[EMAIL PROTECTED]> wrote: > I'm required to grab some value from table in sybase based on the > timestamp of the file generated in Unix ( solaris ). Time format in > Sybase is say ( Mar 22 2008 10:41:59:662 AM). > > I'm able to format the time stamp of the file

Parse Unix date !

2008-05-29 Thread AY
I'm required to grab some value from table in sybase based on the timestamp of the file generated in Unix ( solaris ). Time format in Sybase is say ( Mar 22 2008 10:41:59:662 AM). I'm able to format the time stamp of the file in this format ( Mar 22 2008 10:41:59 AM) but not the *milliseconds*. 1