Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
saidev
Posting Yak Master
101 Posts |
Posted - 2006-09-26 : 21:29:15
|
Hi,I am printing a report. In the form design mode i set the property to a Medium Date and i am getting like "09-Jan-06". Is there any way that i can set this date to Jan 9Thanks, |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-09-26 : 21:38:07
|
You can use the Format property in the report controlUse something like "mmm d" |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-09-27 : 12:39:18
|
Yes. Do the formation at front end applicationMadhivananFailing to plan is Planning to fail |
 |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2006-09-27 : 13:21:15
|
quote: Originally posted by saidev Hi,I am printing a report. In the form design mode i set the property to a Medium Date and i am getting like "09-Jan-06". Is there any way that i can set this date to Jan 9Thanks,
-ec |
 |
|
|
|
|