cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
2
Replies

Quick way to change/convert Date into String?

LuisYrigoyen
Level 1
Level 1

I need to pass the current Date value to a database and I need it to be in String format.

Is there a quick way of doing this?

thanks

2 Replies 2

bwalchez
Level 4
Level 4

You can use the to_char function to convert a date into a string.

The DatetoTime function converts a string into a time or date.

The TimetoDate function converts a numeric time value into a string.

The GetDate function returns the current date as an integer value.

Hi, bwalchez

Thank you for your answer. I need the DatetoTime function.

My question is where can I find these functions? 

Uccx editor?