The table below lists the various format strings supported by jquery.strftime.
| Format string | Output |
|---|---|
| %% | The '%' character |
| %a | Day of the week, short version (e.g. Mon) |
| %A | Day of the week, long version (e.g. Monday) |
| %b | Name of the month, short version (e.g. Jan) |
| %B | Name of the month, long version (e.g. January) |
| %d | Day of the month (01 .. 31) |
| %H | Hour (00 .. 23) |
| %m | Month (01 .. 12) |
| %M | Minutes (00 .. 59) |
| %S | Seconds (00 .. 59) |
| %y | Year (00 .. 99) |
| %Y | Full year |