How to use "today" in odata filter (Sharepoint List)?

@postwick

Thats exactly what I have shared.

You need to paste this into filter under for each list item

String.Format("fields/Created lt ‘{0}’ ", Datetime.Now.ToShortDateString())

OR

String.Format("fields/Created lt ‘{0}’ ", Today())