|
@@ -184,7 +184,8 @@ export const isPasswordExpiry = () =>{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export const checkIsOnlyOnlinePaymentByIssueDate = (date) => { |
|
|
export const checkIsOnlyOnlinePaymentByIssueDate = (date) => { |
|
|
const targetDate = new Date(2026, 0, 28, 8, 0, 0) |
|
|
|
|
|
|
|
|
const targetDate = new Date(2026, 0, 28, 8, 0, 0) //2026-01-28T08:00:00.000Z |
|
|
|
|
|
// const targetDate = new Date(2025, 6, 13, 8, 0, 0); //2025-07-13T08:00:00.000Z |
|
|
const checkDate = DateUtils.convertToDate(date) |
|
|
const checkDate = DateUtils.convertToDate(date) |
|
|
if (isDummyLoggedIn()){ |
|
|
if (isDummyLoggedIn()){ |
|
|
return false; |
|
|
return false; |
|
|