import QtQuick 2.5 import "sugar_modified.js" as Sugar Rectangle { id: _root Component.onCompleted: { Sugar.Sugar.extend(); Date.create('today'); Date.create('today'); // this one will get the corrupt formats } }