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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data format

Status
Not open for further replies.

Malathi1

Programmer
May 2, 2008
3
US
Hi All,

I have a report with a date prompt. This prompt value is being displayed in the report page using displayparam().
For this value, I want to change the format of date(I dont want the same format as it appears in the prompt). Tried using Layout Data Format, but the format is not changing.
Any ideas...

Thanks,
Malathi
 
Hi,

You can try this (Oracle)....

Create a new data item within your query, cast(?date?,date)

Associate your query to the page

Drop your new data item on the page

Format as required



Nuffsaid.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top