hi,
Is there any way to change the first day of week in jquery v.1 ? I have tried it but I can´t... Has anyone tried the jquery v.2 ?
I´m modifing the application. Justin, I will send you the application (where can I do it ?) when I will finish it so you can use some modifications I have done if you want.
Thanks !
Hey PepWallce
re jquery
- are you referring to the jquery calendar?
-- http://kelvinluck.com/assets/jquery/datePicker/
re send
- just email me a copy to [email protected] and detail you changes
- or upload a zip to our google group at http://groups.google.com/group/simpleinvoices
and post a link to the file here
- if any mods suit our needs i'll include you code into the normal Simple Invoices
Cheers
Justin
Hi,
I have seen that there is a new version of datePicker (v2) but simple invoices (by the moment) is using v1. I wanted to know if someone is using monday as the first day of the week in the calendar and how has he done it. I tried to modify the js files but by the moment I can´t find the solution ...
re monday
from http://kelvinluck.com/assets/jquery/datePicker/v1/
You can additionally pass a value for the first day of the week on the calendars (from 0 for Sunday to 6 for Saturday)
$('selector').datePicker({firstDayOfWeek:1}); // set the calendar weeks to start from Mondays
Please view the sourcecode of this page for further examples of using the plugin. You can download this page if you like and experiment with commenting out different lines...
It looks like you're new here. If you want to get involved, click one of these buttons!