Jump to content

Date Display Switching


JCrocker

Recommended Posts

Alright what am I doing wrong here:

 

if (Field("\'Good Through : \'") == "");

return Rule("Date Start Format");

else

return (Field("\'Good Through : \'") + Field("PRICE_END_DATE"));

 

I keep getting a syntax error, i'm sure I'm doing something wrong I just don't know what

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...