|
|
|
@ -197,7 +197,8 @@ export class TimeInterval extends Single {
|
|
|
|
|
print(parseDateTime(date, "%Y-%x-%d %H:%M:%S"), "%Y-%x-%d %H:%M:%S") === date || |
|
|
|
|
print(parseDateTime(date, "%Y-%X-%d %H:%M:%S"), "%Y-%X-%d %H:%M:%S") === date || |
|
|
|
|
print(parseDateTime(date, "%Y-%x-%e %H:%M:%S"), "%Y-%x-%e %H:%M:%S") === date || |
|
|
|
|
print(parseDateTime(date, "%Y-%X-%e %H:%M:%S"), "%Y-%X-%e %H:%M:%S") === date |
|
|
|
|
print(parseDateTime(date, "%Y-%X-%e %H:%M:%S"), "%Y-%X-%e %H:%M:%S") === date || |
|
|
|
|
print(parseDateTime(date, this.options.format), this.options.format) === date |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|