Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to customize Java date/time formats while coercing values on ERRest requests #963

Merged

Commits on Nov 15, 2021

  1. Add the ability to customize Java date/time formats while coercing va…

    …lues on ERRest requests
    
    This change adds three properties to help customize the format of Java date/time values:
    
    - er.rest.javaFormatDate
    - er.rest.javaFormatDateTime
    - er.rest.javaFormatTime
    
    It also includes three properties to provide a `DateTimeFormatter` to parse/format Java date/time values:
    
    - er.rest.javaDateFormatter
    - er.rest.javaDateTimeFormatter
    - er.rest.javaTimeFormatter
    
    I didn't add the "spaces" workaround intentionally since this is a new implementation, and it doesn't make sense in all cases. Please, let me know if you need it.
    hprange committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0591b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa7e50 View commit details
    Browse the repository at this point in the history