Late simple answer with inline-if according to the last edited question so far, thanks @T.J.Crowder :
var fomattedDate = (moment(myDate).isValid() ? moment(myDate).format("L") : "");