Welcome Guest, Not a member yet? Register   Sign In
Reformat date from CURRENT_TIMESTAMP
#14
Thumbs Up 
(This post was last modified: 02-29-2020, 02:57 AM by MikiStoni.)

You're right. If I input that directly, it works.

with the further use of the class i found out that no provided filter works for me if a bracket belongs to it.

work:

Code:
                    <td>{ message|prose }</td>
                    <td>{ message|capitalize }</td>
                    <td>{ message|abs }</td>

does not work:

Code:
                    <td>{ message|limit_chars(100) }</td>
                    <td>{ message|limit_words(20) }</td>
                    <td>{ message|number_format(3) }</td>

does anyone know the problem?
Reply


Messages In This Thread
RE: Reformat date from CURRENT_TIMESTAMP - by MikiStoni - 02-29-2020, 02:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB