DatePicker to display format Patterns query #7626
Unanswered
srinidhikulkarni2
asked this question in
Q&A
Replies: 1 comment
-
as outlined in the component description, the
Here you can find the direct link to the format pattern table. (Which should probably the link in the description as well - I created an issue so this can be checked) So to achieve this, you have to apply the correct pattern:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the need to support these dateFormats(an example of the date we see on the right):
Here I see that when I gave 'd-m-y' as a format Pattern to the DatePicker and when I tried to select date I see the value as:

As we see above month is not displayed properly.
So wanted to understand if DatePicker supports the below formats:
When tried the above formats the DatePicker value didnt appear as expected.
These date formats are listed in the documentation which the SAP Signavio std format documentation.
Requesting to help understand how can I use DatePicker for these formats accordingly.
Beta Was this translation helpful? Give feedback.
All reactions