Filter today date data in php grid

QuestionsFilter today date data in php grid
Dharamraj Patel asked 5 years ago

Hello,

I am using php grid. I want filter today’s date data in php grid. but unfortunately I am unable to this. so please help me. following is my code

$dg = new C_DataGrid(“SELECT inward_id,sap_grn_no,vc_vehicle_no,inward_date,vendor_code,vendor_name,dc_no,invoice_no,dc_date,inv_total_amount,vc_unload_status FROM inward_master “,”inward_id”,”Inwards”);

$dg -> set_query_filter(“Date(inward_date)” == ‘d-m-Y’);

 

above is code. please help me. thanks in advance.

https://imgur.com/a/zAawo58

 

1 Answers
Abu answered 5 years ago

We don’t support this api. Make sure you download package from https://phpgrid.org/download

Your Answer

20 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?