Not a developer? Go to MovableType.com

Documentation

zero_pad

Adds '0' to the left of the input to the length specified.

Example:

    <$mt:EntryID zero_pad="10"$>

For an entry id of 1023, this would output: "0000001023".

Back