Home
last modified time | relevance | path

Searched refs:formatted_date (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dcredit_card.cc424 base::string16 formatted_date(ExpirationMonthAsString()); in Label() local
425 formatted_date.append(base::ASCIIToUTF16("/")); in Label()
426 formatted_date.append(Expiration4DigitYearAsString()); in Label()
430 formatted_date); in Label()