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 toLocalDate to CalendarUtils #725

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add toLocalDate to CalendarUtils #725

wants to merge 9 commits into from

Commits on Aug 21, 2024

  1. Add toLocalDate to CalendarUtils

    Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4b73a09 View commit details
    Browse the repository at this point in the history
  2. typo

    asgh authored and Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    beed197 View commit details
    Browse the repository at this point in the history
  3. use month names instead of numbers

    Calendar uses 0-11 and LocalDate uses 1-12, so use constants to avoid confusion.
    asgh authored and Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    961a9ff View commit details
    Browse the repository at this point in the history
  4. Add toLocalDate to CalendarUtils

    Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9b98f78 View commit details
    Browse the repository at this point in the history
  5. typo

    asgh authored and Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d4400ed View commit details
    Browse the repository at this point in the history
  6. use month names instead of numbers

    Calendar uses 0-11 and LocalDate uses 1-12, so use constants to avoid confusion.
    asgh authored and Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    acaa506 View commit details
    Browse the repository at this point in the history
  7. use existing constant

    Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c08d525 View commit details
    Browse the repository at this point in the history
  8. Adjusted comment wording

    Ariel Shkedi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f28e526 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89073a2 View commit details
    Browse the repository at this point in the history