Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output on publish page. #2

Closed
nitriques opened this issue Dec 9, 2013 · 1 comment
Closed

Output on publish page. #2

nitriques opened this issue Dec 9, 2013 · 1 comment

Comments

@nitriques
Copy link
Member

It would be nice to have some output on the publish page too, no ?

I implemented a real simple one:

    $label = new XMLElement('label');
    $wrapper->appendChild($label);

    $row = self::__dateFromEntryID($entry_id);

    $value = DateTimeObj::get(__SYM_DATE_FORMAT__, strtotime($row['creation_date_gmt'] . ' +00:00'));

    $label->setValue($this->get('label') . ': ' . $value);

I could send a PR if anyone's interested.

@brendo
Copy link
Member

brendo commented Apr 8, 2014

Yes please

nitriques added a commit to DeuxHuitHuit/system_date_fields that referenced this issue Apr 8, 2014
nitriques added a commit to DeuxHuitHuit/system_date_fields that referenced this issue Jul 12, 2014
@brendo brendo closed this as completed in d1b778d Jul 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants