how to get the modified date of content

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
ljbadenz

how to get the modified date of content

Post by ljbadenz »

I am writing a module that loops through $allcontent as $onecontent where $allcontent = ContentManager::GetAllContent(false);

How do I get the modified date of $onecontent?

Note: I only want the conent date NOT the template date!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: how to get the modified date of content

Post by Ted »

$onecontent->mModifiedDate should work
ljbadenz

Re: how to get the modified date of content

Post by ljbadenz »

Great, thanks
ljbadenz

Re: how to get the modified date of content

Post by ljbadenz »

also, what format is it in, because date('Y-m-d\TH:i:sO', $onecontent->mModifiedDate), produces 1969-12-31T18:33:25-0600, which aint right... how to I get this into iso format?
Post Reply

Return to “Developers Discussion”