A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: I HAVE THE DATE -> I WANT THE DAY !

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    22
    Hello !

    I'm french, so forgive me for my english...

    How can I get the name of the day (text:monday,thursday...) when I extract the today's date with the function new Day() ???

    Someone could help me ? In the name of France, THANK YOU

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Ce serait peut-être plus facile en consultant ceci:
    http://flashkit.com/tutorials/Gettin...81/more5.shtml

  3. #3
    Beyond the Sea
    Join Date
    Mar 2000
    Posts
    997
    myDate = new Date();
    whatDay = myDate.getDay();

    dayArray = new Array("Sunday", "Monday","Tuesday","Wednesday","Thursday","Friday" ,"Saturday");

    whatDay = dayArray[whatDay];

    D'oh...not fast enough...

  4. #4
    Junior Member
    Join Date
    Mar 2002
    Posts
    22

    Merci ! Thankx ! Danke ! grazie mille ! zerzjkjfsd fsdfkj !

    Thankx !
    So quick ! So prefect !
    Une reponse si rapide et si precise ca se remercie !!
    Olivier !

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center