Найти - Пользователи
Полная версия: получить текущую дату/время
Начало » Zope/Plone/Bluebream » получить текущую дату/время
1 2
albert
Юзай DateTime(). Он доступен без импорта (по-моему)
pythonwin
albert
Юзай DateTime(). Он доступен без импорта (по-моему)
это же mx.DateTime ?
NilovSerge
Я перепробовал разные варианты с DateTime() - не работаю они

Правда вот так получилось:
<span tal:define=“global d python: DateTime('US/CENTRAL')” ></span>
<span tal:define=“global CurrMonth python: d.month()” ></span>
albert
NilovSerge, тогда может быть нужно сделать from DateTime import DateTime. Пока проверить не могу. Пробуй.
AlexanderN
NilovSerge
Я перепробовал разные варианты с DateTime() - не работаю они

Правда вот так получилось:
<span tal:define=“global d python: DateTime('US/CENTRAL')” ></span>
<span tal:define=“global CurrMonth python: d.month()” ></span>
<span tal:replace=“python:here.ZopeTime().millis()” />
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB