I'll check it out...
but here's the problem: Backdrop has made module installation so easy, and I've become so lazy... that I now have no idea how to get from the link you provided to an installed...
Thank you all for continuing to help with this!
As for the question of how I happened to be working with a feature that appeared not to officially exist (views field) in Backdrop at the time... That'...
It is also available (I'm 90% sure) in the tokens for the content type's display settings, so you could also potentially update the default "Author/date format" from this:
[node:created:medium] by [...
There is a port of the Display Suite module that I started a while back, but I have not made a full release of it yet because I did not have an upgrade path for it. If you could check it out and let...
Perfect! Thanks to the both of you.
For anyone in the future you can print it out in a node template with:
<?php
$updateddate=$node->changed;
echo gmdate("...
Comments
I think that it would help if you provided a little more information. What exactly are you trying to do/accomplish?
Can you point towards a similar feature in another CMS?