fix(core): update
This commit is contained in:
parent
aa16e5d5bb
commit
ce2d1b278b
@ -17,8 +17,8 @@ export class ExtendedDate extends Date {
|
||||
/** */
|
||||
public static fromEuropeanDateAndTime(
|
||||
europeanDateArg: string,
|
||||
timeArg: string,
|
||||
zoneArg: TAvailableZone
|
||||
timeArg: string = '12:00',
|
||||
zoneArg: TAvailableZone = 'Europe/Berlin'
|
||||
) {
|
||||
const dateArray = /(.*)\.(.*)\.(.*)/.exec(europeanDateArg);
|
||||
const sliceDate = (dateString: string) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user