public class RubyTimeOutputFormatter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RubyTimeOutputFormatter |
DEFAULT_FORMATTER |
Constructor and Description |
---|
RubyTimeOutputFormatter(java.lang.String flags,
int width) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.String sequence,
long value,
org.jruby.util.RubyDateFormatter.FieldType type) |
char |
getPadder(char defaultPadder) |
int |
getWidth(int defaultWidth) |
public static final RubyTimeOutputFormatter DEFAULT_FORMATTER
Copyright © 2001-2017 JRuby. All Rights Reserved.