Hi There,
I have a form where users could change some values and some value’s are labeled. the only see the value but can’t change it.
One of this fields is a date. I would like to show the day name instead of the date.
i tried sc_date_conv but somehow the dayname format (dddd) is not giving the right format.
i tried another field and labeled it
{LESDAG} = sc_date_conv({wk_datum_gesprek}, “dd/mm/aaaa”, “dddd”);
still no result
Any idea?