User Tag List

Results 1 to 7 of 7

Thread: finding the date

  1. #1
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    finding the date

    hi,
    can i ask how to find out what the date is? i need to set it so that the program knows what day of the week it is. some thing easy so that i can set every hour to a day. (i makeing a schedule like thing and i want it to change depending on the day.

  2. #2
    No Products Registered

    Join Date
    Mar 2007
    Location
    San Diego
    Posts
    280
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    Use the date and time object

  3. #3
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    i need the codes for thst.

  4. #4
    No Products Registered

    Join Date
    Mar 2007
    Location
    San Diego
    Posts
    280
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    Heres some of the expressions you can use in the expression editor for the date and time object (you can click on retrieve data from an object in the expression editor to find them all):

    Month:
    Code:
    month of( "Date & Time" )
    Year:
    Code:
    year of( "Date & Time" )
    Day of Month:
    Code:
    day of month of( "Date & Time" )
    Day of Week:
    Code:
    day of week of( "Date & Time" )

  5. #5
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    not what i need. thanks though! i need in the condition for it to say -if date is monday...- thats all.

  6. #6
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)HTML5 Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Spryz's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    251
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    Use the Compare two general values

    Monday day of week of( "Date & Time" )=1
    Tuesday day of week of( "Date & Time" )=2
    Wednesday day of week of( "Date & Time" )=3
    Thursday day of week of( "Date & Time" )=4
    Friday day of week of( "Date & Time" )=5
    Saturday day of week of( "Date & Time" )=6
    Sunday day of week of( "Date & Time" )=7

  7. #7
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: finding the date

    thnaks, i tried something like that but wasn't sure it would work so i gave up.

Similar Threads

  1. Path Finding
    By AnD4D in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th May 2012, 04:47 PM
  2. Help Finding Art for MMF2
    By yorkhighschool in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 17th April 2012, 11:52 PM
  3. need help finding extensions
    By Kristopher in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th April 2012, 08:55 PM
  4. [bug] Date&time object doesn't show date
    By qenio in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 19th March 2012, 09:49 PM
  5. Help finding a text
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 4th June 2008, 11:44 AM

Posting Permissions

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