[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Need help Datefield Retrieval like this mmddyyyy



Dominick,

If I'm not mistaken,

select tochar(start_date, 'MMDDYYYY')

will give you what you want.

Chuck Chauvin