Skip to Content
0
Former Member
Sep 21, 2010 at 09:06 AM

ToDate() function not working

4582 Views

I need to convert string to Date type and use it in the DaysBetween function.

Created a variable =ToDate("01/10/2010"; "dd/mm/yyyy").

The output for this becomes 01/01/2010.

What can I do to make the ToDate() function work?