Skip to main content
shukurs0001
June 19, 2022
Question

Current seconds

  • June 19, 2022
  • 2 replies
  • 0 views

How to get current seconds also with time function.?

    2 replies

    stefanhelzle0001
    Brainy
    June 19, 2022

    You will get the current time down to milli seconds using now()

    What do you mean with the time() function?

    Participating Frequently
    June 19, 2022

    second(now()) gives you current seconds. 

    second() takes any timestamp.