Results 1 to 3 of 3

Thread: Date Format

  1. #1
    Join Date
    Apr 2005
    Posts
    49
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Date Format

    1) Script Title: Xin's Popup Calendar

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pcalendar2.htm

    3) Describe problem: Simple really, I want to display the date in european format eg dd/mm/yy

    I have looked through the script and couldn't find anything obvious to me.

    Any help gratfully received

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I think in cal2.js change

    var calFormat = "yyyy/mm/dd";

    to

    var calFormat = "dd/mm/yyyy";
    Corrections to my coding/thoughts welcome.

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    QuizToon (02-23-2010)

  4. #3
    Join Date
    Apr 2005
    Posts
    49
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    thanks

    i just couldnt see it

Bookmarks

Posting Permissions

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