Moving an Expression from a Controller to a Type
public class Date : DateColumn
{
public Date() : base("Date")
{
DefaultValue = Firefly.Box.Date.Empty;
}
public Text GetDayOfWeek() => u.NDOW(u.DOW(this));
}
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com