Re: from char to Date routine

2003-10-17 Thread Director General: NEFACOMP
Message - From: Roger Baklund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Kim G. Pedersen [EMAIL PROTECTED] Sent: Friday, October 17, 2003 03:06 Subject: Re: from char to Date routine * Kim G. Pedersen I looking for a way to convert a datestring to date value example UnknowFunction

Re: from char to Date routine

2003-10-17 Thread Paul DuBois
At 1:55 +0200 10/17/03, Kim G. Pedersen wrote: Hello I looking for a way to convert a datestring to date value example UnknowFunction('23.03.68','dd.mm.yy') - unixtimestamp In oracle we have to_date('23.03.68','dd.mm.yy') I have search the net for hours without luck. There will be a function

from char to Date routine

2003-10-16 Thread Kim G. Pedersen
Hello I looking for a way to convert a datestring to date value example UnknowFunction('23.03.68','dd.mm.yy') - unixtimestamp In oracle we have to_date('23.03.68','dd.mm.yy') I have search the net for hours without luck. Regards Kim G. Pedersen macaos/elprint Development +45 35373808 --

Re: from char to Date routine

2003-10-16 Thread Roger Baklund
* Kim G. Pedersen I looking for a way to convert a datestring to date value example UnknowFunction('23.03.68','dd.mm.yy') - unixtimestamp In oracle we have to_date('23.03.68','dd.mm.yy') I have search the net for hours without luck. Unix timestamps starts at 01/01-1970, your example

Re: from char to Date routine

2003-10-16 Thread Roger Baklund
* Kim G. Pedersen I looking for a way to convert a datestring to date value example UnknowFunction('23.03.68','dd.mm.yy') - unixtimestamp In oracle we have to_date('23.03.68','dd.mm.yy') I have search the net for hours without luck. Unix timestamps starts at 01/01-1970, your example