Hello. I wanna show in the WebView the data that are only for this day. In example, show the data in the webview for Nov 6,2016 only.But i have no clue how to get it. I used spin tags in order to search for my database. I have a label that gets the Date today, maybe that can help. Can you help me with it. Here is my query for my webview.
can i used query like this
select date, time, name from TableName Where Name = 'John' And Date = [code for date today]
Thanks