Forum Discussion

loginmm's avatar
loginmm
Contributor
13 years ago

Not able to add the date function

Hi,



I am working in the keyword testing and when use the below function to enter the date value. I am getting the error message"'Unable to evaluate the operation's "Keys" parameter. Error: 'Tomorrow' is undefined'"



aqConvert.DateTimeToStr(Tomorrow)



Please check this function and let me know the exact function to access the date.


11 Replies

  • This Code this ok.





    Function ActualHora

    ActualHora = aqConvert.DateTimeToFormatStr(aqDateTime.Now(), "%H%M")

    Log.Message(ActualHora)

    End Function





    Thank you for your time.