我从数据库中获取了一个带有以下变量的日期
{{ i.operation_date }}
我得到了一个像这样的价值
April 1, 2013
我需要在上面添加一年,这样我才能得到
April 1, 2014
请建议,我该怎么做?
python date
date ×1
python ×1