Merge "Display longer date string in certificate information"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c6baac4710
@@ -506,6 +506,6 @@ public class SslCertificate {
|
||||
if (certificateDate == null) {
|
||||
return "";
|
||||
}
|
||||
return DateFormat.getDateFormat(context).format(certificateDate);
|
||||
return DateFormat.getMediumDateFormat(context).format(certificateDate);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user