I am working in wso2 data analytical server. I'm using query to get data based on timestamp but I have given time stamp manually. Please tell me how to get current date and time together in milliseconds in jaggery js ?
var currentDate = new Date();
Math.round(Date.parse(currentDate) / 1000);
var end = Date.parse(currentDate) // Converting in Timestamp