Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DPKCS7_AppleReceipt.swift75 func parseDate(_ dateString: String) -> Date? { in parseDate() function
111 receiptInfo.receiptCreationDate = parseDate(fieldValueString) in receipt()
116 receiptInfo.receiptExpirationDate = parseDate(fieldValueString) in receipt()
148 inAppPurchaseInfo.purchaseDate = parseDate(fieldValueString) in inAppPurchase()
152 inAppPurchaseInfo.originalPurchaseDate = parseDate(fieldValueString) in inAppPurchase()
156 inAppPurchaseInfo.expiresDate = parseDate(fieldValueString) in inAppPurchase()
162 inAppPurchaseInfo.cancellationDate = parseDate(fieldValueString) in inAppPurchase()
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts3 export function parseDate({ year, month, day }: { year: number; month: number; day: number }) { function
H A DContactDetailScreen.tsx178 value: ContactUtils.parseDate(item).toDateString(),