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

171
Views
Startdate y Enddate no funcionan en lugar de inicio y fin en FullCalendar

Estoy usando el componente React FullCalendar en mi proyecto y mi base de datos es un servidor SQL.

fullCalendar necesita parámetros start,end,fullDay... para representar eventos en él.

El problema aquí al que me enfrento es que el 'final' del servidor SQL es una palabra clave reservada y no puedo usar el nombre de la columna como final. Cual sera la solucion a esto. Traté de usar fecha de inicio, fecha de finalización pero no se está procesando. A continuación se muestra mi matriz JSON.

 {id: 12, title: 'Product Proposal', startdate: '2021-03-23T00:25:00.000Z', endDate: '1900-01-01T00:00:00.000Z', …} {id: 13, title: 'First Meeting', startdate: '2021-03-23T00:35:00.000Z', endDate: '1900-01-01T00:00:00.000Z', …} {id: 14, title: 'Basic Meeting', startdate: '2021-03-23T00:38:00.000Z', endDate: '2021-04-02T12:00:00.000Z', …}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

algo como esto funcionará. Extienda con sus columnas adicionales, etc.

 SELECT id, title, startdate AS [start], endDate AS [end] FROM yourtable
about 4 years ago · Juan Pablo Isaza Report
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!