ui-components icon indicating copy to clipboard operation
ui-components copied to clipboard

Show the date in a MMMM d, yyyy format in the public form summary component

Open chrisolsen opened this issue 11 months ago • 6 comments

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'

chrisolsen avatar Apr 02 '25 17:04 chrisolsen

: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:

tzuge avatar Apr 02 '25 21:04 tzuge

: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:

tzuge avatar Apr 02 '25 21:04 tzuge

: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:

tzuge avatar Apr 02 '25 21:04 tzuge

: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:

tzuge avatar Apr 09 '25 20:04 tzuge

@chrisolsen ,

The current implementation has labels at the top that makes difficult to implement the component on a fieldset: Image

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).
Image

Image

Image

Image

If you have any questions let us know.

cc @twjeffery @Spark450

bruno-alves-goa avatar Apr 23 '25 22:04 bruno-alves-goa

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)

chrisolsen avatar Apr 24 '25 17:04 chrisolsen

This is blocked by #2664

chrisolsen avatar Apr 28 '25 19:04 chrisolsen

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

tzuge avatar May 01 '25 19:05 tzuge

:tada: This issue has been resolved in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

tzuge avatar May 01 '25 19:05 tzuge

:tada: This issue has been resolved in version 1.33.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

tzuge avatar May 01 '25 19:05 tzuge

:tada: This issue has been resolved in version 6.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

tzuge avatar May 01 '25 19:05 tzuge

Closing this story as the work has been merged into Alpha

ArakTaiRoth avatar May 14 '25 22:05 ArakTaiRoth