Updated on 2026-08-14
This commit is contained in:
parent
15a518c576
commit
78cb0fc750
18 changed files with 747 additions and 15 deletions
|
|
@ -115,6 +115,13 @@ object DateTimeFormatters {
|
|||
getBestFormatterBySkeleton("MMMM")
|
||||
}
|
||||
|
||||
/**
|
||||
* Example: "Jun"
|
||||
*/
|
||||
val dateMMM: DateTimeFormatter by lazy {
|
||||
getBestFormatterBySkeleton("MMM")
|
||||
}
|
||||
|
||||
/**
|
||||
* Example: "June 1"
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue