Question
IQera
MU
Last activity: 12 Jan 2024 11:18 EST
DateTime property when empty is being set to 1970-01-01
Hello,
I have a function that takes a date and changes it to the required format as String. If the date is null, it returns an empty string. However when i set the empty string returned by the function in my dateTime datatype property, the value is being set to 1970-01-01. (This is done in a data transform).
Also on the control Field that I am displaying the property it is of type date time also and i have added a personalized
format dd/MM/yyyy hh:mm:ss.
Can someone help please?
Thank you