Brain is not functioning today very well.
Here is my formula:
[tt]
if {POP10110.PRMDATE} = CDateTime (1900, 01, 01, 00, 00, 00)
then "___/___/___"
else {POP10110.PRMDATE}
[/tt]
in the else clause I would like {POP10110.PRMDATE} to be formated as: 3 letter month, 2 digit day and 2 digit year (mmm-dd-yy). Cant see to figure out which format to use. This is a datetime field.
Thanks
Mark
Email: markanas333@hotmail.com
Here is my formula:
[tt]
if {POP10110.PRMDATE} = CDateTime (1900, 01, 01, 00, 00, 00)
then "___/___/___"
else {POP10110.PRMDATE}
[/tt]
in the else clause I would like {POP10110.PRMDATE} to be formated as: 3 letter month, 2 digit day and 2 digit year (mmm-dd-yy). Cant see to figure out which format to use. This is a datetime field.
Thanks
Mark
Email: markanas333@hotmail.com