Skip to content

Conversation

@kadubhumika
Copy link

Changes included in this PR:

Removed all Java imports (java.time.format.*, java.util.Locale) and replaced with Kotlin-only kotlinx.datetime usage.

Replaced JavaTextStyle and Locale usage in header text with Kotlin-friendly .name.take(3).capitalize().

Updated exception handling for manual input to only use IllegalArgumentException (handles invalid date formats).

Added optional color customization parameters (headerColor, daySelectedColor, daySelectedTextColor) to make the date picker more flexible.

Preserved all existing UI logic — manual input mode, calendar grid, navigation, and buttons remain intact.

@kadubhumika
Copy link
Author

@developerchunk Do need changes in current code ?

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