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
how reminder to specific day ReactJS

I have a calendar that i'm trying set a reminder to a specific day. This day i set in a form but i don't know how to set reminder for a day on calendar.

   {calendar.map((week, index) => 
          <div key={index} className="week">
            {week.map((day, index) => 
            <>
              <div key={index} className="day " onClick={() => !beforeToday(day) && setValue(day) || setIsOpenModal(true)}>
                <div className={dayStyles(day, value)}>
                  {day.format('D').toString()}
                  <div className='reminder'>
                    {formData.map(item => getDay === item.Date ? (
                      <>
                      <p>{item.Reminder}</p>
                      <p>{item.Date}</p>
                      <p>{item.Time}</p>
                      <p>{item.City}</p>
                    </>
                    ) : (
                        ''
                    ))}
                  </div>
                </div>
              </div>  
            </>
            )}
          </div>
        )}
about 4 years ago · Santiago Trujillo
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!