...

Package timeutils

Overview ▾

Package timeutils provides utilities used by the packages related with the Pdf time.

func FormatPdfTime

func FormatPdfTime(in time.Time) string

FormatPdfTime formats provided input time to the PdfDate string.

func ParsePdfTime

func ParsePdfTime(pdfTime string) (time.Time, error)

ParsePdfTime parses input PdfDate string into golang time.Time.