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

Feature: Add map month name (Issue 12) #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ashaluwalakazeem
Copy link

This is a feature PR for a month map request on issue #12 .

This PR adds a monthRepresentation to the month as a mapper.
5 types of MonthRepresentations were added:

  1. Default (This retains the current repository behavior)
  2. FullName (e.g January)
  3. ShortName (e.g Jan)
  4. MonthNumber (e.g 01)
  5. Custom (The client provides the mapper for each month e.g "month ${monthIndex}" where ${monthIndex} is the ordinal of the kotlin-datetime Month.)

A screen record has been attached

Screen.Recording.2024-12-22.at.5.59.02.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant