update payment
This commit is contained in:
@@ -26,6 +26,14 @@ export type TimeType = {
|
||||
|
||||
@Injectable()
|
||||
export class DateTimeUtils {
|
||||
static nowAsJSDate(): Date {
|
||||
return DateTime.now().toJSDate()
|
||||
}
|
||||
|
||||
static now(): DateTime {
|
||||
return DateTime.now()
|
||||
}
|
||||
|
||||
static getOverlapRange(
|
||||
startA: DateTime,
|
||||
endA: DateTime,
|
||||
|
||||
Reference in New Issue
Block a user