I have a date/time field that I need to format so the date is on one line and the time is on the line below. with most fields I can do this by adjusting the field width/heighth...the text wraps. For some reason, the date time field does not wrap.
One solution I have is to insert the field twice, one beneath the other. then format accordingly. I'm just wondering if there is a way I can do it without inserting the field twice. Or is the performance issue with the field inserted twice going to negligible?
field contents: 6/1/2003 2:21:05 PM
I want it to look like:
6/1/2003
2:21:05 PM
One solution I have is to insert the field twice, one beneath the other. then format accordingly. I'm just wondering if there is a way I can do it without inserting the field twice. Or is the performance issue with the field inserted twice going to negligible?
field contents: 6/1/2003 2:21:05 PM
I want it to look like:
6/1/2003
2:21:05 PM