How can i create datepicker

A calendar sort of thing in which i can pick the date and that date can be displayed on a text field

We dont have a built in control, but I would think you could achieve this with some labels, touch events and the text field you mention. Perhaps even small vertical scrollviews would work that way you get the effect of how mobile phones let you scroll to pick numbers.

I have used the built library for datepicker through html and javascript in my project and its working .
but i just need to call my javascript file from a function in index.html file .i.e

2 Likes

problem solved
Thanks for the reply