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 operstring Operator - single character. %X[char]
dateobject Date being formatted
oobject DateBox options object
- Source:
 
Returns:
Text to display
- Type
 - string