<div dir="ltr">UPDATE:<div><br></div><div>(1) The source code for the running web app does not show any links to any JavaScript files - so my code must not be referring to them correctly.</div><div><br></div><div>(2) I have now changed all occurrences of function name "Pikaday" in pikaday.js to "aPikaday" - so the function name starts with a lower-case letter, in order to be compatible with Ur/Web function naming conventions.</div><div><br></div><div>(3) I have added a line to file js.urs:</div><div><br></div><div>  val aPikaday : id -> transaction unit<br></div><div><br></div><div>The above type 'id' is probably incorrect, but I don't know what else to put there.</div><div><br></div><div>Observations:</div><div><br></div><div>(1) The code compiles, but still no calendar appears when you click in the textbox.</div><div><br></div><div>###</div><div><br></div><div><br></div></div>