Skip to content

Commit 697dd2c

Browse files
formatted date wong
1 parent c0aabc1 commit 697dd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/cornellappdev/uplift/ui/viewmodels/profile/ProfileViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class ProfileViewModel @Inject constructor(
200200
.withZone(ZoneId.systemDefault())
201201

202202
private val shortDateFormatter = DateTimeFormatter
203-
.ofPattern("MMM, d")
203+
.ofPattern("MMM d")
204204
.withLocale(Locale.US)
205205
.withZone(ZoneId.systemDefault())
206206
}

0 commit comments

Comments
 (0)