Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
i wanna add calendar with some functions to my app
hello,
i wanna add in my app a calendar in which you can press on one of the days of the month,after which it will do some simple calculation to mark specific days of the month ..i guess i need to write some code for that,but i have no knowledge about that,,so what options do i have??
Mobione does not provide a calendar component yet. Thus your app will require you to include your own calendar component and calendar management logic for your application logic. Try googling for HTML5 calendar or Date components. Here is one example from google that might perform well over the network since I believe it is used in google mobile applications: http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/datepicker.html