mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
chore: remove comment
This commit is contained in:
parent
cc4d4701e1
commit
d49d37d1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ open class ItemDate : Parcelable {
|
||||||
SimpleDateFormat("MMMM dd, yyyy", Locale.getDefault())
|
SimpleDateFormat("MMMM dd, yyyy", Locale.getDefault())
|
||||||
}
|
}
|
||||||
|
|
||||||
calendar.set(year ?: 0, month ?: 1, day ?: 1) // Default to 1 if day is null
|
calendar.set(year ?: 0, month ?: 1, day ?: 1)
|
||||||
|
|
||||||
return dateFormat.format(calendar.time)
|
return dateFormat.format(calendar.time)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue