CPDFDate class util

Utility class for formatting dates and times.

Constructors

CPDFDate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

formatDateTime({required bool timeSwitch, required bool dateSwitch}) String
Formats the current date/time into a string.
getTextStampDate({required bool timeSwitch, required bool dateSwitch}) String
Returns a formatted timestamp string for text stamp usage.