Hello all,
I wonder if it is possible to calculate a duration from two time values using parser functions?
E.g. "2015/06/27 15:10:00" and "2015/06/28 20:25:10" producing a duration value "29:15:10".
Cheers, Even Thorbergsen
the #time parserfunction is probably what your looking for, I would convert both to unix time since epoch formats, do the math, and then format it back to human time.
On Sat, Jun 27, 2015 at 9:42 AM, Even Thorbergsen < even.thorbergsen@frigosoft.no> wrote:
Hello all,
I wonder if it is possible to calculate a duration from two time values using parser functions?
E.g. "2015/06/27 15:10:00" and "2015/06/28 20:25:10" producing a duration value "29:15:10".
Cheers, Even Thorbergsen
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org