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