Forum Discussion
matihernandez94
5 years agoFrequent Visitor
set hours
hi everyone, i need to set the hours of dates, for example if the day is 21/05/2021 05:35:20 i want change to 21/05/2021 10:00:00. And that for a lot of dates, always with the 10:00:00. Hola...
- 5 years ago
matihernandez94
Add the following calculated column to your tableNew Date and Time = INT(Table[Date]) + TIME(10,0,0)
Fowmy
5 years agoSuper User
matihernandez94
Add the following calculated column to your table
New Date and Time = INT(Table[Date]) + TIME(10,0,0)
- matihernandez945 years agoFrequent Visitor
Thanks bro !