token.module, line 446 reads:
$tokens[$token_prefix . 'small'] = t("!description date in 'small' format. <em>(06/07/2010 - 23:28)</em>", array('!description' => $description));

The given example date is bad as in an international context it is ambiguous.
Not clear wether it means DD/MM/YYYY (European style) or MM/DD/YYYY (US style).
Simply use a day digit higher than 12, i.e "15", then is is clear which digit is the day, and which one the month!

Comments

dave reid’s picture

Version: 6.x-1.15 » 6.x-1.x-dev
Component: Documentation » Code
Status: Active » Needs review
StatusFileSize
new3.29 KB

Good point. The D7 tokens use the current date as examples in that case, so that's what we should do here as well.

dave reid’s picture

Status: Needs review » Fixed
porg’s picture

You are welcome! Glad that I was of help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.