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

96
Views
React date picker can't show date time

Strange bug. Format 'DD/MM/yyyy HH:mm' shows 27/10/2021 00:00, but 'HH:mm' shows 21:47 (right time) Do you know what can be the issue?

<DateTimePicker
  name={"publishDate"}
  allowKeyboardControl
  ampm={false}
  clearable
  autoOk
  label={<IntlMessages id="form.publishDate" />}
  format="DD/MM/yyyy HH:mm"
  clearable={false}
  cancelLabel={
    <span>
      <IntlMessages id={"form.chancel"} />
    </span>
  }
  maxDate={Date.now() + 2629800000}
  disablePast
  minDate={Date.now() + 54000}
  onChange={(value) => {
    console.log("setting value to", value);
    setFieldValue("publishDate", value);
  }}
  value={publishDate}
  animateYearScrolling={false}
/>;

UPDATE Via yarn, it is working correct, via npm doesn't work

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!