I am using Symfony MVC to build a website. One of my model classes has two date fields: start date and end date. I want to provide this data via both web interface and atom feed. Should I make custom tags <dateStart> and <dateEnd> or should I add these to the summary tag? Or is there another solution? What are merits and demerits of these?
I am using Symfony MVC to build a website. One of my model classes
Share
Maybe you should use Atom extension
<age:expires>for the expiration dateend dateand use<published>for thestart datehttps://datatracker.ietf.org/doc/html/draft-snell-atompub-feed-expires-06#page-4
http://www.atomenabled.org/developers/syndication/