DateTime field defaulted to null value
[Composer] [Composition] [datetime] [datetime null] [datetime.now.to] [Environment] [sql datetime null] [Visual]
Symptom
Incorrect behavior when a dateTime field is defaulted to null value
Other terms
Visual Composer,Composition Environment
Reason and Prerequisites
When dateTime field is given default value equal to null at design time;the actual value displayed at runtime is 01/01/1970 instead of blank value.
Solution
The application now works as expected, which means if the default value given to dateTime field is ‘null’;then the value displayed at runtime is blank instead of default date(01/01/1970).Refer attachment for more details on modeling such scenarios.