Skip to content
Snippets Groups Projects
Unverified Commit 49a5df66 authored by Alex Paulescu's avatar Alex Paulescu Committed by GitHub
Browse files

Fix rat wrong birthdate format (EXPOSUREAPP-7069) (#3083)


Co-authored-by: default avatarMohamed <mohamed.metwalli@sap.com>
parent 6a536633
No related branches found
Tags 1.6.0-SNAPSHOT-RC1
No related merge requests found
...@@ -74,6 +74,6 @@ class RATResultNegativeFragment : Fragment(R.layout.fragment_submission_antigen_ ...@@ -74,6 +74,6 @@ class RATResultNegativeFragment : Fragment(R.layout.fragment_submission_antigen_
} }
companion object { companion object {
private const val DATE_FORMAT = "dd.MM.yy" private const val DATE_FORMAT = "dd.MM.yyyy"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment