Property ConvertDatesToStandardFormat
Namespace TallComponents.PDF.Layout.Actions
Class SubmitFormAction
When submitting, all fields which contain a date are converted to a predefined format; otherwise the value is submitted as-is (aka how the user entered the data).
This property has no meaning for SubmitFormat: Pdf.
The predefined format: 'D:yyyymmdd' (without the quotes)
Syntax
public
Boolean
ConvertDatesToStandardFormat
{
get;
set;
}
Property value
Boolean