want to apply condition that when current date passed survey answer deadline then respective table invisible. For this i try below code but's its not working. Can anybody provide me exact solution for my problem.
<tr t-if="datetime.datetime.now().strftime('%Y-%m-%d 00:00:00') > ans.date_create">
Thanks in advance.