Module Printer


module Printer: sig  end

val day_name : (Date.day -> string) Pervasives.ref
val name_of_day : Date.day -> string
val short_name_of_day : Date.day -> string
val month_name : (Date.month -> string) Pervasives.ref
val name_of_month : Date.month -> string
val short_name_of_month : Date.month -> string
module type S = sig  end
module DatePrinter: sig  end
module TimePrinter: sig  end
module CalendarPrinter: sig  end