Skip to main content
September 4, 2023
Question

Appending time constant to today's date to make it datetime type

  • September 4, 2023
  • 4 replies
  • 0 views

How to append time constant to today's date so that I can compare it with now() which is of datetime type?

    4 replies

    stefanhelzle0001
    Brainy
    September 4, 2023

    today() + time(1,2,3)

    September 6, 2023

    it solved the problem.

    mathieud0001
    Brainy
    September 6, 2023

    If an answer helps you, please mark it as verified so that others can find it later.

    harshj0001
    September 4, 2023

    You can wrap the today in todatetime function.
    But what is your scenario ?