Skip to Content
Menu
This question has been flagged
433 Views

Hello,

Could someone tell me what is wrong in this?


% if ${datetime.datetime.now().month} == 1:

  January

% else

     Other month

% endif


Replacing '==' by 'lt&;' does not work either...

Thank you for your help!

Avatar
Discard