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 < [email protected]> 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 mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
