Selecting only saturday
2008/05/05 16:19
Viewed 1961 times
Replies: 1/2

hi all,
i tried this script for select only the saturday and i tried this code:

<script type="text/javascript">

function disallowDate(date) {
  // date is a JS Date object
  var wa =date.getDay();
  if (  date.getDay() == 6) {
    return false; // enable saturday
  }
  return true; // disable  other day
};


Calendar.setup({
displayArea : "data_sel",
daFormat : "%A, %B %d, %Y",
inputField : "giorno_arrivo",
ifFormat: "%d",
showOthers: false,
weekNumbers: false,
dateStatusFunc:disallowDate

})
</script>

this code work partially because i can't select the saturday

have you any idea for esolve thistrouble?



tnx a lot


delete cursor's bar that overlap my "special dates"
2008/05/06 14:44
Viewed 2553 times
Replies: 1/1
Hi All!, When i move the cursor over a line where are several "special dates", one bar is overlapping the color of my "special dates". You can see what i said at this graphic: http://www.filuma.es/error.gif
last
Re: delete cursor's bar that overlap my
2008/05/06 17:33
Viewed 3114 times
Replies: 0/0


I want to delete the grey bar. Please let's help me, it's hurry!.

A lof of thanx!,
capitangugle

D.P. My english is bad, i'm sorry :(.

last
Google