Date < dd/MM/yyyy

Hi,

What’s the best way to filter a date through a formula
Like [Date] < 01/01/2017 ?
I use [Date Cpt.]<Makedate(2017,1,1)

A better way ?

Hi Michel,

EasyMorph has no date literals, so makedate() is the best way to create a date constant.

Thanks, Dmitry for your rapid answer!