Custom formatters functions
Sample included. These are triggered with %X[char]
- Source:
Methods
-
<static> default(oper, date, o)
-
Sample custom formatter prototype. Does nothing
This:
Parameters:
Name Type Description oper
string Operator - single character. %X[char]
date
object Date being formatted
o
object DateBox options object
- Source:
Returns:
Text to display
- Type
- string