Forum Discussion
Elapsed time between hire date and today
- Anonymous2 years ago
Hi sgp1066
Based on your description, I create the following sample data, its data type is date.
Then create a custom column, it returns the days between hire date and today.
DateTime.Date(DateTime.LocalNow())-[Hire Date]Then change its type to whole number.
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
And you can refer to the following attachment.
Hi sgp1066
Based on your description, I create the following sample data, its data type is date.
Then create a custom column, it returns the days between hire date and today.
DateTime.Date(DateTime.LocalNow())-[Hire Date]
Then change its type to whole number.
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
And you can refer to the following attachment.