Hello, Is there any function which can give a difference of the number of days or number of weeks aslo ?? I am using this in the appery.oi server code to calculate the date +280 days from a particular date var now = new Date(); var value = new Date(input.getTime() + 241920000); // format as JSON and...