Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

105
Views
Override Native Javascript Constructor

I want to override javascript Date. Aim is to get time 1 hour prior to the current time. But if arguments are passed to the Date function, it should behave in a default way. Is there any way to achieve this ? (should work on IE11 as well)

I have tried something like this but it fails for certain arguments.

Date = function(options) {

Date.prototype = x.prototype;
if(options)
    return new x(Array.prototype.slice.call(arguments).join())
else
    return new x(x.now()-(1000*60*60))

}

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!