Skip to content

DateTransformer.restoreValue method

DateTransformer › restoreValue

Restores the value from a string.

Signature:

restoreValue(transformedValue: string): Date

Parameters:

ParameterTypeDescription
transformedValuestringThe transformed value.

Returns: DateThe restored value.