flexocms / flexo1.source

Flexo CMS.
http://flexocms.github.io/flexo1.source/
7 stars 4 forks source link

Publication date #4

Closed gizomo closed 11 years ago

gizomo commented 11 years ago

When you create new page and try to set publication date it won't change. Instead the current date will set up. You have to open just created page and change publication date again and save the page. More over using function date() for instance in snippets you get the creation date instead of publication date. That's why there is no sense to change publication date at all. You cannot use it at frontend. At backend publication date is displayed in list of pages. It would be comfortable to use publication date to sort pages or limit displaying pages for instance for last month or certain period.

radiocity commented 11 years ago

Fixed. Wait for rc3 update

More about date() function:

public function date($format='%m/%d/%y %H:%M:%S %p', $which_one='publish') $format - datetime format. Flags could be found here http://php.net/manual/en/function.strftime.php $which_one - type of date: 'publish', 'published', 'update','updated', 'create', 'created'

Backend page filters will be added in further versions.