Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Changing format of value returned by pop up calendar

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Changing format of value returned by pop up calendar
 Login/Join
 
Silver Member
posted
Hi All,

I have created a simple html page with the composer and have two calendar controls (Start Date and End Date). When a user selects a date from the calendar control the format of the value selected and inserted into the textbox is YY/MM/DD. I need to have the format changed to YY-MM-DD because of constraints on the database side. Is this possible?

Thanks for any and all advice,
B

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.7
Windows
All Output (Excel, HTML, PDF)
 
Posts: 31 | Location: Maryland, USA | Registered: April 30, 2010Report This Post
Platinum Member
posted Hide Post
Hi,

Yes you can convert the date once it is passed to the fex file...you can use EDIT to do this..
or you can convert the format in the launch page itself before submitting the form..you can write a simple validation function in javascript which can do this..

thanks
Sashanka


WF 7.7.03/Windows/HTML,PDF,EXL
POC/local Dev Studio 7.7.03 & 7.6.11
 
Posts: 103 | Registered: June 12, 2009Report This Post
Virtuoso
posted Hide Post
Assuming &STARTDT is one of the parameters sent from the HTML launch page, try:
-DEFAULT &STARTDT='10/05/14';
-SET &NEWSTARTDT=EDIT(&STARTDT, '99-$99-$99');
-TYPE Original: &STARTDT
-TYPE New: &NEWSTARTDT


Use &NEWSTARTDT in your data retrieval request.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Silver Member
posted Hide Post
Thanks njsden, that was a simple solution. Works great!


WebFOCUS 7.7
Windows
All Output (Excel, HTML, PDF)
 
Posts: 31 | Location: Maryland, USA | Registered: April 30, 2010Report This Post
Expert
posted Hide Post
With the calendar control, it will take the format of the field from the HTML page and return that format back to the Edit Box.

It looks for the property ibiformat.

Its a pity that the js routines do not support Y-M-D format.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
you can make a special char like Y-M-D by compounding Smiler


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET
 
Posts: 97 | Registered: August 18, 2009Report This Post
Virtuoso
posted Hide Post
The solution to the question she asked -- changing the appearance of the returned date on the HTML page --

 
<INPUT id=calendar1 elementtype="14" name="calendar1" ibiformat="MDYY">    
 


That last piece, ibiformat, is what determines what is displayed to the enduser.

J.



 
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Changing format of value returned by pop up calendar

Copyright © 1996-2020 Information Builders