Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hello all!

I was working with the <cms:config_list_view>...</cms:config_list_view> and came across a use case, where in I have to have two columns for displaying dates. First column is the Start Date (i.e. the k_page_date) the second column is End Date (which comes from a datetime editable region).

I was looking forward to display doth the dates in a similar manner.

Start Date (k_page_date) appears as
Code: Select all
Oct 1st 2017


I want to have the end date also displayed in the same manner. How do I go about with it?

Regards,
GenXCoders
Image
where innovation meets technology
Please find all available formats here http://docs.couchcms.com/tags-reference ... tml#format
@trendoman: It Worked this way

Code: Select all
<cms:field 'end_date' header='Ad End Date'>
    <cms:date end_date format='M jS Y' />
</cms:field>


I took the reference from the link you provided to format the remaining output.

Regards,
GenXCoders
Image
where innovation meets technology
3 posts Page 1 of 1
cron