Forum Discussion
text to date
Hi!
I would like to create a variable that identifies the current date, in this case today, and another variable that is the date current -35 days, so that I can do an update automatically, but to do this I believe that I must first
being able to convert the Day field into date format and not Text It is currently in Text format
alinesilva2
Share some sample date format in text, I will show how to convert it.
- alinesilva22 years agoRegular Visitor
My problem is in this part of the code
- Fowmy2 years ago
Super User
alinesilva2
Please provide explanation and the expected result- alinesilva22 years agoRegular Visitor
Currently I have a field called "DAY" and this field is configured as text type in my API (which is
my data source), I need to convert this field which is in the format YYYY-MM-DD (text) to DD/MM/YYY (date), as
This way I can automate my query.Below is an example of one of my attempts to create these variables.
In this case, the period of time I need is from the day before the current day to 35 days before the current day, in order to have the
Automatic Update.