PDA

View Full Version : Is <dax:reissuedate> broken?



Balok
04-28-2007, 01:18 AM
I added <dax:reissuedate> to a template I'm writing. I entered (as a test) 1/1/2001 and the tag emits 1695580160 instead. The tag value changes to different long numbers as I changed the date. I suspect I'm seeing the internal representation of the date, instead of a formatted representation.

andrei_c
04-29-2007, 09:07 AM
I added <dax:reissuedate> to a template I'm writing. I entered (as a test) 1/1/2001 and the tag emits 1695580160 instead. The tag value changes to different long numbers as I changed the date. I suspect I'm seeing the internal representation of the date, instead of a formatted representation.
I think you're right, it does not output correct date in some cases. I will fix it in next build (6.1.4). Thanks for reporting the issue.

Andrei

Balok
05-09-2007, 08:12 AM
Thanks for fixing this!