CODE
<mt:SetVarBlock name="startdate">
<mt:Date format='%Y%m%d' />
</mt:SetVarBlock>
<mt:Date format='%Y%m%d' />
</mt:SetVarBlock>
When I print startdate, I get: 20080525.
And this does not work:
CODE
<mt:SetVarBlock name="startdate">
<mt:EntryDataStartDate format='%Y%m%d' />
</mt:SetVarBlock>
<mt:EntryDataStartDate format='%Y%m%d' />
</mt:SetVarBlock>
When I print startdate, I get: June 6, 2008
(This is what the date is set to in the Entry I am working with).
