A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: [CS3] Clock + Day + Date

  1. #1
    Member
    Join Date
    Oct 2007
    Posts
    31

    [CS3] Clock + Day + Date

    Hi

    After intensive Googling, I had to turn to flashkit I am looking for a way to show clock+day+date in the following format:
    -------------------
    02: 34: 40: AMThursday
    20 August, 2008
    -------------------
    Could someone please help me to achieve this?

    Thanx
    Max

  2. #2
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    See attachment. HTH.
    Last edited by Robb@exo; 07-31-2009 at 08:15 AM.
    Wile E. Coyote - "Clear as mud?"

  3. #3
    Member
    Join Date
    Oct 2007
    Posts
    31
    Thanx for .fla Robb@exo. But I want the time in 12-hour format. Could you please help me again? Thanx man

  4. #4
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    Add this conditional statement to the code.
    PHP Code:
    if(hr 12) {
        
    hr hr 12;

    Wile E. Coyote - "Clear as mud?"

  5. #5
    Member
    Join Date
    Oct 2007
    Posts
    31
    Thanx a lot Robb

  6. #6
    Senior Member Robb@exo's Avatar
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    1,540
    No problem, glad to help.
    Wile E. Coyote - "Clear as mud?"

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