TIWCGJQGridCol.DateFmt Property

Governs format of sorttype:date (when datetype is set to local) and editrules {date:true} fields. Determines the expected date format for that column. Uses a PHP-like date formatting. Currently ”/”, ”-”, and ”.” are supported as date separators. Valid formats are: y,Y,yyyy for four digits year YY, yy for two digits year m,mm for months d,dd for days.

Namespace: IWCGJQGrid
published
 property DateFmt: string index 03 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string