Commit d9aba27f authored by olau@iola.dk's avatar olau@iola.dk

Tweaked new documentation about zero-padding a bit


git-svn-id: https://flot.googlecode.com/svn/trunk@237 1e0a6537-2640-0410-bfb7-f154510ff394
parent 120a8d0b
......@@ -397,8 +397,8 @@ specifiers are supported
%H: hours (left-padded with a zero)
%M: minutes (left-padded with a zero)
%S: seconds (left-padded with a zero)
%d: day of month (1-31)
%m: month (1-12)
%d: day of month (1-31), use %0d for zero-padding
%m: month (1-12), use %0m for zero-padding
%y: year (four digits)
%b: month name (customizable)
%p: am/pm, additionally switches %h/%H to 12 hour instead of 24
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment