Skip to content

Support for newer java.time types in StringHelpers #839

@Selikoff

Description

@Selikoff

Seems like StringHelpers only supports java.util.Date. I'd like to create a feature request to add support for:

  • LocalDate
  • LocalTime
  • LocalDateTime
  • ZonedDateTime

We don't need a lot of formats, just {dateFormat dateTime pattern="hh:mm"} for example. I know I could create a custom function myself but seems like it'd be better to update StringHelpers with these since they are common.

Is there already a ticket/feature to support this? If not, does anyone mind if I create a PR for this?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions