Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My dataset has dates noted as follows:
03.06.2013
However, it are no dates; it is text, so I cannot do calculations with it. How do I change this to a real date, or a number (in this example to 41428), so I can do calculations with the dates?
Thanks.
If day is first then month:
date#(YourDateField, 'DD.MM.YYYY')
If month is first then day:
date#(YourDateField, 'MM.DD.YYYY')
If day is first then month:
date#(YourDateField, 'DD.MM.YYYY')
If month is first then day:
date#(YourDateField, 'MM.DD.YYYY')
hi Dam
try this :
date(date#(03.06.2013,'DD.MM.YYYY'))