Hello everybody,
I have this little problem that is driving me crazy.
In the DB I have a table (tbDummy) with several entries. One of the fields is a date (regDate).
Now, in my CF I have a table list that correctly lists all the entries for me.
I would like to display the date field in the format dd / mm / YYYY and not YYYY-mm-dd
To do this I used a Text Field to which, in the Advance Setting, I set
the Value tag {date: d / m / Y $ (var: modTbDummy.regDate)}
It seems to work, the problem is that if in the DB the date is not present (NULL) in the
the table list still shows today's date, while, in this case, it shouldn't display anything.
Any idea how to do it?
I have this little problem that is driving me crazy.
In the DB I have a table (tbDummy) with several entries. One of the fields is a date (regDate).
Now, in my CF I have a table list that correctly lists all the entries for me.
I would like to display the date field in the format dd / mm / YYYY and not YYYY-mm-dd
To do this I used a Text Field to which, in the Advance Setting, I set
the Value tag {date: d / m / Y $ (var: modTbDummy.regDate)}
It seems to work, the problem is that if in the DB the date is not present (NULL) in the
the table list still shows today's date, while, in this case, it shouldn't display anything.
Any idea how to do it?