+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 14

Thread: Javascript calendar

  1. Javascript calendar

    Accomodation Direct has developed a neat javascript date picker. It can be used on any website. To download and see what it is please visit the link below:

    http://dev.capetown-direct.com

    If you have any comments or questions feel free to post on the forum!

  2. Unregistered Guest

    Hi!
    Can it be configured to start weeks on Monday?

    Thanks!

  3. Hi

    By starting on Monday, do you mean that it always makes sure that the grayed out days (with lines through) will go up to the most recent Sunday?

    The calendar does not have that feature yet, but I could look at including it. Out of curiosity, what situation is calling for this functionality?

  4. Unregistered Guest

    Hi Oliver,

    I mean that the first day of week should be monday. So calendar would be:

    Monday - Tuesday - [...] - Saturday - Sunday

    In Spain (and I think some others european countries too) the weeks are drawn with monday on first columns.

    Thanks!

  5. Hey

    It's your lucky day I have included the functionality to do what you need. All you need to do is set the "caldaystart" variable to 1 (for Monday).

    Check out the example page I have included to demonstrate it:
    http://dev.capetown-direct.com/examp...omdaystart.htm

    <script>
    caldaystart=1;
    </script>
    <script src="calendar.js"></script>

    Let me know how it goes!

  6. Unregistered Guest

    Right now dates which are past from today's date are strikethrough

    How i can activate the dates 14 days prior to today's date

    Pl reply its urgent.

  7. Do you want to be able to go back before this month?

  8. Unregistered Guest

    Not exactly

    i must be able to select 14 days prior to today's date.

    Pl reply its urgent

  9. Unregistered Guest

    Firstly great work on this and for making it available to us.

    I would like to go back months from todays date, any help would be greatly appreciated..

  10. Javascript calendar

    Description:
    This script uses DHTML or Popup windows to display a calendar for the user to select a date. It was designed to look and behave like Microsoft Outlook.
    It can be implemented in only a few lines of code, yet also provides customization options to make it work correctly in any country's display format, etc.

    Note: Why are form elements or <SELECT> boxes showing over top of the DIV-style calendar popup? It's not a bug in the javascript - it's a bug/feature of browsers. See this explanation by WebReference.

    Example:
    Below are multiple examples of the CalendarPopup in use. Each is slightly different to show different capabilities of the script.
    Click the "Show Source" links for each example to see how it was done, and hover over the "Select" links to see how they are coded. Or view the source of the entire page!

    I have also provided a The Simplest Possible Implementation Of A Calendar Popup in case you're overwhelmed by this page .

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts