You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going to make my own library expanding on kotlinx-datetime, but I saw this one which already had half the things I was going to add. Is it fine if I make a PR adding abbreviation methods to days and months?
Ex
DayOfWeek.MONDAY.shorthand -> Mon Month. February.shorthand -> Feb
EDIT
Is it ok if I add shortcuts for obtaining 12 hour timestamps as well?
The text was updated successfully, but these errors were encountered:
I was going to make my own library expanding on kotlinx-datetime, but I saw this one which already had half the things I was going to add. Is it fine if I make a PR adding abbreviation methods to days and months?
Ex
DayOfWeek.MONDAY.shorthand
-> MonMonth. February.shorthand
-> FebEDIT
Is it ok if I add shortcuts for obtaining 12 hour timestamps as well?
The text was updated successfully, but these errors were encountered: