Open
Description
the @intlDate only works if the timestamp is passed as a number, doesn't work if if it's a string, due to this it's almost impossible to use this, since when we have to pass some data to the helper, we can only do it as a string -
eg. -
{@intlDate timeZone="UTC" val=12344555555 /} - works
{@intlDate timeZone="UTC" val="{mydata.sometimestamp}" /} - fails -
{@intlDate timeZone="UTC" val={mydata.sometimestamp} /} - can't do this since dust fails saying it can't match the brackets