I would like to use a date picker to make easier the way to pick a date in an app that I am developing, however I dont know how to make it functional using HTML Service in Google Apps Script.
If you could provide me an example of this, I would really appreciate it since I really need it
I would like something like this: http://jqueryui.com/datepicker/
You just need to include the JQuery library in your code, a basic example is as follows :
Code.gs :
Note the it is advised to separate style from html and script in different files, see the best practice article in Google HTML Service documentation, I didn't do it here to make the example short and easier to read.