I have an array with Tick formatted dates I'd like to get the highest number from:
$date
637486420264667458
637486420339152660
Using Measure-output -Maximum I get the number but not in the same usable format:
$date | measure -Maximum
Count : 2
Average :
Sum :
Maximum : 6.37486420339153E+17
Minimum :
Property :
Is there a way to output 637486420339152660 instead of 6.37486420339153E+17