i4way-dash/.svn/pristine/46/4673ff4ae13812dd63731aefa0f...

10 lines
191 B
Plaintext

export function creationData() {
return {
input: this._i,
format: this._f,
locale: this._locale,
isUTC: this._isUTC,
strict: this._strict
};
}