Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-14 17:43:51 +03:00
parent 15a518c576
commit 78cb0fc750
18 changed files with 747 additions and 15 deletions

View file

@ -115,6 +115,13 @@ object DateTimeFormatters {
getBestFormatterBySkeleton("MMMM")
}
/**
* Example: "Jun"
*/
val dateMMM: DateTimeFormatter by lazy {
getBestFormatterBySkeleton("MMM")
}
/**
* Example: "June 1"
*/