Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting date/time to date in designer

Status
Not open for further replies.

cw48371

Technical User
Aug 6, 2002
1
GB
Hi,

I am really struggling to convert a SQL date/time field to a pure date dd/mm/yy field in BO designer, I'd really appreciate any ideas other than changing the field in SQL. I need this to be able to group approriately in BO client.

Craig
 
trunc(my_table.my_date) will make the date always occur on midnight so trunc(sysdate) = '08/06/02' works I tried to remain child-like, all I acheived was childish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top