format method

String format(
  1. String format
)

Implementation

String format(String format){
  Moment moment=Moment(this);
  return moment.format(format);
}