Show the date in a MMMM d, yyyy format in the public form summary component
Date values obtained by the datepicker (type=input) are returned via the _change event in a yyyy-MM-dd format, and in the form summary are also being displayed in that same format.
The format of dates displayed within the form summary need to be changed to the following MMMM d, yyyy
Extended scope Date values obtained by the datepicker (type=calendar) also should be displayed in 'MMMM d, yyyy'
:tada: This issue has been resolved in version 1.32.2-alpha.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 4.2.2-alpha.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 6.2.2-alpha.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.2.2-alpha.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@chrisolsen ,
The current implementation has labels at the top that makes difficult to implement the component on a fieldset:
I talked with Thomas, and we recommend the following (see images below as a reference)
- Remove the labels at the top of each field (because the helper already provide that information.
- Implement a main label at the top that can change the style: large label (for main questions) or regular label (for fieldsets).
If you have any questions let us know.
cc @twjeffery @Spark450
The previous fix only converted dates obtained from the datepicker when using type=input. This needs to be extended to include when type=calendar (the default type)
This is blocked by #2664
:tada: This issue has been resolved in version 1.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 4.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.33.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 6.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Closing this story as the work has been merged into Alpha