@Mohammad Thanks. The name of the field in my case is ‘published-on’. In the tiddler, it carries date value in TW date format. In the table it displays as the raw value, not in the required format.
Do I have to change the name of the field? Can the format be applied to ‘published-on’ field?
@deshmukh - as explained by Birthe, the table uses column template. So,
if you have a field its name is due-date as above example, it will be displayed as image above
If you have other fields like published on but still you like to be displayed as due date do as below
open the plugin tiddler: $:/plugins/kookma/shiraz/templates/body/due-date
add the name your field (e.g. published-on) to tbl-column-list field in $:/plugins/kookma/shiraz/templates/body/due-date
Now dynamic table will treat the published-on field like due-date
Remarks
Shiraz dynamic table is very flexible and hackable. You can easily extend it to meet your requirements. For example you can have your own column template to render fields in special way.
But something seems to be amiss. Field ‘tbl-column-list’ of tiddler ’ $:/plugins/kookma/shiraz/templates/body/due-date’ now carries ‘due-date some-date’.
A ‘Shiraz Test’ tagged ‘Test’ carries the following text:
<$macrocall $name=table-dynamic filter="[tag[Test]]" fields="tbl-checkbox tbl-expand title some-date" class="w-100" stateTiddler="your-state-tid" />
It has a field called ‘some-date’ that carries the value ‘20210913000000000’.