RE: (RADIATOR) DATE

2002-07-31 Thread Dave Kitabjian
gt; -Original Message- > From: auth admin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 10:53 PM > To: [EMAIL PROTECTED] > Subject: (RADIATOR) DATE > > > We have made our custom windows app to access RADUSERS table, the > fields > VALIDFROM and

(RADIATOR) DATE

2002-07-30 Thread auth admin
We have made our custom windows app to access RADUSERS table, the fields VALIDFROM and VALIDTO are integer types. What is the formula to convert these fields to a valid DATE Type, so we can automatically manage valid dates of the accounts we create. chris -- === Archive at http://www.open.co

Re: (RADIATOR) Date Format in

2001-07-25 Thread Hugh Irvine
Hello Jason - On Wednesday 25 July 2001 18:20, Separovic, Jason wrote: > I've tried many different combinations but I can't get the date into the > database in the following > > > .. >FailureQuery insert into auth(date,user) values('%Y-%m-%d %H:%M:%S', > '%U') > > > I need the date to

(RADIATOR) Date Format in

2001-07-25 Thread Separovic, Jason
I've tried many different combinations but I can't get the date into the database in the following . FailureQuery insert into auth(date,user) values('%Y-%m-%d %H:%M:%S', '%U') http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTE

Re: (RADIATOR) Date formatting character

2001-07-04 Thread Hugh Irvine
Hello Kyle - The special characters are listed in sections 6.2 and 6.3 of the Radiator 2.18.2 reference manual. The DateFormat characters in section 6.3 are used when you specify a type field of integer-date in an AcctColumnDef in an AuthBy SQL clause. Have a look at section 6.26.12 for a co

(RADIATOR) Date formatting character

2001-07-03 Thread Kyle
Just a quick queston: In the reference manual for radiator, %t is equel to both the time in seconds and the TAB character. How are thseperate uses defind, and why was the same variable chosen to be both? I'm having a problem inserting a timestamp into mysql, and I think the %t may be passing the

Re: (RADIATOR) Date/Format.pm

2001-06-13 Thread Hugh Irvine
Hello Erik - On Wednesday 13 June 2001 19:31, Erik Wirring Trimble Danmark wrote: > Hi > > I am trying to set up Radiator to work with MySql and in AuthSQL.pm I found > that I could get a dateformate like a SQL date. When I tried to Radiator > with a accountcolumn specified as a 'formatted-date'

(RADIATOR) Date/Format.pm

2001-06-13 Thread Erik Wirring Trimble Danmark
Hi I am trying to set up Radiator to work with MySql and in AuthSQL.pm I found that I could get a dateformate like a SQL date. When I tried to Radiator with a accountcolumn specified as a 'formatted-date' I get an error saying: Can't locate Date/Format.pm and this perl-script is not on the pac