I searched google and github for from_unixtime (NOT unix_timestamp) but it 
appears there is not any. Is here someone who did implement it and would 
share it with me?
I tried to implement one but I get error:
Error: Expected Doctrine\ORM\Query\Lexer::T_CLOSE_PARENTHESIS, got '='
for this:
                    $parser->match(Lexer::T_IDENTIFIER);
                    $parser->match(Lexer::T_OPEN_PARENTHESIS);
                    $this->date = $parser->ArithmeticPrimary();
                    $parser->match(Lexer::T_CLOSE_PARENTHESIS);
 

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to