I\'m trying to get the total amount of Milliseconds (not the millis field) from the Period object instance. I\'ve tried multiple conversions, as I couldn\'t fi
Using Joda time 2.3, it is:
toStandardDuration().getMillis()