Sharepoint expression, xpath an date question !

C

Cyril

In an expression, is it possible to get the maximum date of a sharepoint
list?

I tried using the max() function but it doesn't work, is there another
function that would help me retrieve the maximum date of a sharepoint list?
 
B

Brian Teutsch [MSFT]

Sorry, but most of InfoPath's calculation functions won't really work on
date values. You'll have to do your own script calcuations to find the max
values after picking apart the day, month and year.

Brian
 
Top