-
Notifications
You must be signed in to change notification settings - Fork 4
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
created_on, edited_on fields can't displayed in twig template #15
Comments
It might be |
sorry, not working :( I try a wrong field created result the same, current date/time. debug mode is disabled, cache is cleaned, cookies removed. |
I think |
still current date :(
|
No idea without doing some testing then, sorry |
ok, be waiting |
Apparently there is no getter for createdOn, but there is a toArray method you can use if you can't PR the getters: |
great!!!! thank you :) works fine. |
I'll leave the issue open, so the getters can be added by someone |
I can't display fields created_on and edited_on in twig template.
Using this construction
{{ quote.quote }}
I can display ALL fields except created_on and edited_on fields.{{ quote.created_on }}
display CURRENT day/time not a datacreated_on
from database :(Can somebody help me to fix this problem?
Thanks.
The text was updated successfully, but these errors were encountered: