Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi guys,

I know this has been much discussed and also that it is recommended to use the system field when it was published. But I really need an extra field (datetime) saving the deadline (can be in the future or past) for my projects... These projects then need to be sorted by this field.

Any help as I couldn't find it on the forum?

Thanks!

Regards,
Laduma
1. Editable type='datetime'. Search forum for a sample or use mine:
<cms:editable
name="deadline"
type='datetime'
label="Deadline"
format='dmy'
allow_time='1'
default_time=''
minute_steps='30'
show_labels='1'
order=''
/>


2. List pages sorted the regular way: cms:pages orderby='deadline' order='desc'
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Thank you!
3 posts Page 1 of 1