|
-
Jun 15th, 2007, 08:45 AM
#1
Thread Starter
Member
(SQL2005) Format date and currents
How do i format date and currents in a query such that the output is: for currents $ ### ###,## and DD/MM/YYYY ?
-
Jun 19th, 2007, 08:23 PM
#2
Junior Member
Re: (SQL2005) Format date and currents
u can try formatting the fields that you display at.
-
Jun 20th, 2007, 06:30 AM
#3
Member
Re: (SQL2005) Format date and currents
Hi you can convert your date to UK format in your sql query like this
Select CONVERT (nvarchar(20), Yourdate, 103)
then use this value in your report
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|