Select days within date for work shift assembly

Asked

Viewed 118 times

1

I am in need of a function that will enter selected dates on Datapicker

var date = new Date();
$('#pre-select-dates').multiDatesPicker({
    addDates: [date.setDate(14), date.setDate(19)]
});
  • We need more information. Have some language preference or already have some infrastructure in mind?

  • would be with php mysql, would have a Shift registration and in turn I would select the days to be worked, and how many hours it should work in turn.

  • You’ve already set your tables?

  • no, I’m thinking how to assemble, we paste an open calendar, the user will only click and select the days and each day will have worked hours workday.

  • I don’t understand what you want to do?

  • Of course I explain yes, I will register an employee when I register the employee I have to add the work shift and how many hours he will work in the day.

  • example opens calendar every time it marks a day, will do an Insert in that day’s database, when deselect the day it does delete in the database .

  • found data_piker calendar jquery just need it to select more than one date to do the inputs and keep the calendar colored for the selected dates, and inputalas all in the database

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.