Need some help with your Project or Training to get up to speed with Servoy?
We offer hourly consulting, or special bundle packages. We can also help you with optimizing your solution, Servoy hosting, or upgrading your solution with SaaS model, i18n / multi-lingual capability, and much more.
Takes in a start and end date and calculates the difference between the time. Them rounds up to a specified interval (15 minutes in this example) and outputs as hours.
escape("http://www.domain.com/path/to/filename with a space.html?param1=value 1");
==> http%3A//www.domain.com/path/to/filename%20with%20a%20space.html%3Fparam1%3Dvalue%201
//create a new Objectvar myObject = new Object()
//add properties to the element
myObject.myProperty = "something"//make it multi-dimensional by addition additional properties
myObject.secondObject = new Object()
//add more stuff