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)]
});
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)]
});
Browser other questions tagged mysql date
You are not signed in. Login or sign up in order to post.
We need more information. Have some language preference or already have some infrastructure in mind?
– rzani
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.
– Vagner
You’ve already set your tables?
– Marco Souza
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.
– Vagner
I don’t understand what you want to do?
– Jorge B.
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.
– Vagner
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 .
– Vagner
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
– Vagner