fix(core): update
This commit is contained in:
@ -8,8 +8,12 @@ tap.test('should create a valid JavaScript Date from European TimeStamp', async
|
||||
});
|
||||
|
||||
tap.test('should create a date and time with European Format', async () => {
|
||||
const extendedDate = smarttime.ExtendedDate.fromEuropeanDateAndTime('9.8.2018', '08:00:00', 'Europe/Berlin');
|
||||
const extendedDate = smarttime.ExtendedDate.fromEuropeanDateAndTime(
|
||||
'9.8.2018',
|
||||
'08:00:00',
|
||||
'Europe/Berlin'
|
||||
);
|
||||
console.log(extendedDate);
|
||||
})
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user