Hi,
As we know there is a Dataelement TIMESTAMP to save time stamp, which contains DEC data type length 15 and Output Length 19.
So if I wants to save Date 07/03/2009 and Time 04:36:45 in this field it can be 20,090,703,043,645.
Here we can see comma also in output.
My requirement is to avoid these commas, so it would be 20090703043645.
I can change the Data element.
But my question is, Will this create any other issues later? Why this data element giving output like that..?
Finally is that correct idea to change this... Data element..?
Please let me know.
Thanks,
Naveen Inuganti.