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.
How do I use EDIT function to rearrange date from mm/dd/yyyy to yyyy-mm-dd? Sometimes, month and/or day could be single digit. I just need it to convert to ISO format. Is there a function that will convert an input date to ISO date format?This message has been edited. Last edited by: djseattle,
This topic has been added to the "iWay Forum" but seems to be a WebFOCUS question. I understand you are new to the Focal Point forum - Welcome! however, you will receive better response if the question is in the right forum.
If this is related to an iWay topic then that is fine. Once you become more familiar with the product(s) then you will get a feel for where the question should be posted.
As far as ISO is concerned please refer to the following link on the IBI TechSupport site.
Add the following to the edasprof.prf or your fex.
SET DTSTANDARD = {OFF|ON|STANDARD|STANDARDU} - description of the options are in the link
For your EDIT of date please refer to the following Focal Point WebFOCUS links:
[Solved] Date Formatting for Calendar For the above link - see the conversation posted on posted June 13, 2012 10:06 AM This provided EDIT reformatting of the date. You will have to ensure it conforms to your date format.
If you have only a single digit then you may need to check for this and then concatenate ('|') the '0' to the first digit.
Hope this helps you out, let us know.
Once you are satisfied with the replies then we also as you to update the subject line Tag your topic with keywords .
Thank you for participating in the Focal Point Forum.
What is the best way to look for single digit? There is no split function so I have managed to do this using EDIT and IF statement. However, the code became very long.