Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sherum/java8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sherum/java8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: time
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 2, 2016

  1. ReadMe

    This is an AWS Lambda function that takes a Map<String, String>  (JSON) with keys: "day"and "month" and converts them into a Julian date using the Java.time package.
    sherum authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    0721dde View commit details
    Browse the repository at this point in the history
  2. ReadMe

    This is an AWS Lambda function to convert a Julian date into a Java.time.DateFormatter MMM dd month date e.g. JUL 25.
    sherum authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    98e1b9f View commit details
    Browse the repository at this point in the history
Loading