Skip to content

Instantly share code, notes, and snippets.

@V-Abhilash-1999
Created October 30, 2023 16:10
Show Gist options
  • Save V-Abhilash-1999/411af0f29c8ff38583b1425c1173beaf to your computer and use it in GitHub Desktop.
Save V-Abhilash-1999/411af0f29c8ff38583b1425c1173beaf to your computer and use it in GitHub Desktop.
Date Picker Header Month Text
val dateFormat = DateFormat.getInstanceForSkeleton("EMMMd", locale)
dateFormat.setContext(DisplayContext.CAPITALIZATION_FOR_STANDALONE)
val monthText = dateFormat.format(currentSelectedDate.time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment