You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Naveen Kumar <na...@gmail.com> on 2010/09/17 12:15:54 UTC

Date time in seca

Hi All,

I am able to set partyId of login person in seca using below code,
<set field-name="PartyId" env-name="${userLogin.partyId}"/>

can any one tell me how to set current date and time using global variable
like
<set field-name="createDate" env-name="${currentdatetime}"/>

Regards,
Naveen.