mistake in formula
I have a column with date read finished
I want to know what month it is in another column. So I created a column that depended on another and in the template I put it like this:
{#column name:'test($, strcat(format_date($,'mmm')),'Without date')'}
As a result I get Without date, 000 or Bad date.
How could I get the month that is in this way Jan, Feb, Mar
|