ASN1UTCTime.toDate()
Converts the ASN.1 value to a JavaScript Date object.
Definition
function toDate(century: number): Date;
Parameters
century: The century (e.g. 20 for 20xx)
Converts the ASN.1 value to a JavaScript Date object.
function toDate(century: number): Date;
century: The century (e.g. 20 for 20xx)