String
Localization date write format
It is used if in field type is date.
date
Example
new FancyForm({ title: 'Localization - French', lang: { date: { read: 'd/m/Y', write: 'd/m/Y', edit: 'd/m/Y', ... }, ... });