The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do you query on Dates using GlideRecord?

Not applicable

How do you work with Dates and Querying using GlideRecord?

If I want to get all records whose, say, created_date is earlier than DATE..how would you do it?



var gr = new GlideRecord('xyz');
gr.addQuery( 'created_date', '<', DATE );
gr.query();


???

Thanks

1 REPLY 1

Not applicable

This was answered in another post already GlideRecord query against glide_date_time field