Hello,I have a form where start/end dates are entered on one page (as
mm/dd/yyyy) and then on another, the dates are copied into a paragraph,
reformatted (as mmmm d, yyyy), and underlined. At first I was thinking
of using floating fields to accomplish this but then thought about just
printing out the paragraph dynamically and having the reformatted values
inserted (if that makes any sense).Can that be done? I've been able to
get the dates to print dynamically in the paragraph but how do I
reform...