Module Core_extended.Extended_time.Extended_date

val format : ?ofday:Core.Time.Ofday.t ‑> string ‑> Core.Date.t ‑> string

Shortcut for calling Core_extended.Unix.strftime without having to create a Time.t and convert it to a Unix.tm.

format "%Y-%m-%d" t will return "YYYY-MM-DD"