File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
java/org/fossasia/openevent/general/event Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ object EventUtils {
51
51
}
52
52
53
53
fun getFormattedDate (date : ZonedDateTime ): String {
54
- val dateFormat: DateTimeFormatter = DateTimeFormatter .ofPattern(" EEEE, MMM d, y" )
54
+ val dateFormat: DateTimeFormatter = DateTimeFormatter .ofPattern(" EEEE, MMMM d, y" )
55
55
return try {
56
56
dateFormat.format(date)
57
57
} catch (e: IllegalArgumentException ) {
Original file line number Diff line number Diff line change 557
557
558
558
<Button
559
559
android : id =" @+id/feedbackBtn"
560
- style =" @style/ThreeDS2TextButtonStyle"
561
- android : textAllCaps =" true"
560
+ style =" @style/Widget.MaterialComponents.Button.TextButton"
562
561
android : layout_width =" match_parent"
563
562
android : layout_height =" wrap_content"
564
563
android : layout_marginTop =" @dimen/layout_margin_medium"
You can’t perform that action at this time.
0 commit comments