I am trying to convert time stamp strings into user friendly times. Using either 'new Date' or 'moment' with mapped values in this table works well
But when I try to do the same thing in a mapped link list, it does not work.
before moment:
after moment:
My thought is that because it's item.SystemModStamp
there is some issue there vs. the plain item
used in the table, but I'm not sure how to get around this (or if that's actually the issue). Thanks for any help