A filter to display a date, a moment or a string using the formats provided by momentjs
Will try to transform the input to a moment, if the resulting moment is not valid it will just return the input
If none is provided, will use the format LLL
{{ myValue | luifMoment : "LL" }}
{{ myValue | luifMoment : myFormat }}
Set myValue to :
Formatted MyValue : {{ myValue | luifMoment : myFormat }}