Signup Now
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29
  1. #11

  2. #12
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Okay, @pedegie, try this:

    print('os.date(\'*t\')')
    print(os.date('*t'))
    print('os.date(\'!*t\')')
    print(os.date('!*t'))
    print('os.date(\'!%X\')')
    print(os.date('!%X'))
    print('os.date(\'%X\')')
    print(os.date('%X'))

  3. #13

  4. #14
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Okie, try this one:
    Attached Files Attached Files

  5. #15
    Free User pedegie's Avatar
    Join Date
    Dec 2015
    Location
    Poland
    Posts
    264
    Reputation
    28
    Rep Power
    17



    Now it shows ss at 11:00 - 12:00 o'clock, im not sure :P

  6. #16
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @pedegie Try it now. Hehe.
    Attached Files Attached Files

  7. #17
    Free User pedegie's Avatar
    Join Date
    Dec 2015
    Location
    Poland
    Posts
    264
    Reputation
    28
    Rep Power
    17
    @Raphael Works fine now! Should i pic screens here or you dont need it?

  8. #18
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by pedegie View Post
    @Raphael Works fine now! Should i pic screens here or you dont need it?
    No need. If it works, it works.

  9. #19

  10. #20
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    @Raphael For some reason sstime() is returning the wrong time for me, could you help me?

 

 

Posting Permissions

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