[]
Imposes the specified date format string on the current TextField, and assigns to it the specified value as a date.
The syntax of the format string is similar to .NET format strings. Some examples are "m/d/yyyy" or "d-mmm-yy".
public void SetDateValue(DateTime value, string format)
Public Sub SetDateValue(value As Date, format As String)