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.
So I am in HTML composer trying to take the date prompt that I have displaying to the end user and instead of having them enter it, I'd like for them to just click the date on the physical calendar that pops up. So I've set the control type to calendar and I have the data format in data source to YY/MM/DD - so when you click on the date - the date is filled in the box as 11/02/24 - but what needs to be entered for it to work is really 2011024. Should I be doing a conversion somewhere? There's no other available option that makes it work. Any info would be great, thanks! AndreaThis message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.11 Developer Studio / Report Painter / MRE Unix / Solaris Outputs: Excel, HTML,PDF
Posts: 13 | Location: New London, CT | Registered: March 26, 2009
That's should be easy... EDIT out the slashes in the fex, which is executed from that launch page, and concatenate the century to the beginning of it...
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
In Document Composer Calendar Setup, I would use the YYMD format (2011/01/15), the most unambiguous format there is. As Doug suggests, in the fex launched by the HTML form, I'd EDIT out the slashes. Unfortunately, the Calendar control is 3/4 baked - one should be able to choose the date separator - slashes, dashes, none. As well, one should be able to control whether the user can type the date or must choose from the date picker. New Feature Requests?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server