Forum Discussion
Anonymous
5 years agoNot applicable
Current Date
Hi.
I'm try to get the duration days from a column with a date and the current date.
I'm use the function
But I have the error
Can you help me please
Hi Anonymous ,
Please try this:
Duration.Days (DateTime.Date(DateTime.LocalNow()) - [Fecha de apertura])You forgot a parenthesis on DateTime.LocalNow(). βπβ
Best Regards,
Eduardo
2 Replies
- edugoncalvesResolver I
Hi Anonymous ,
Please try this:
Duration.Days (DateTime.Date(DateTime.LocalNow()) - [Fecha de apertura])You forgot a parenthesis on DateTime.LocalNow(). βπβ
Best Regards,
Eduardo
- AnonymousNot applicable
Excelent, it's done.
Thanks