Android Question Get date

darencloud

New Member
I want to get all the date like, Daily(today), Weekly(past week), and Monthly(past month). And show them in a WebView. Can someone teach me how? Thanks
 

KMatle

Expert
Licensed User
Longtime User
See here: https://www.b4x.com/android/help/core.html#datetime and play with it (f.e. add 1 day to the current date and get the weekday, do it for a week, month, etc. to learn how to use it). WebView: Search for WebWieb in the forum. You'll need some html knowhow (exactly: How do I create a page with a grid with dates or similar). The www is full of examples.
 
Upvote 0
Top