package core_unix

  1. Overview
  2. Docs
Unix-specific portions of Core

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.2.tar.gz
sha256=486d0e954603960fa081b3fd23e3cc3e50ac0892544acd35f9c2919c4bf5f67b

doc/core_unix.date_unix/Date_unix/index.html

Module Date_unix

type t := Core.Date.t
val format : t -> string -> string

This formats a date using the format patterns available in strftime.

val parse : ?allow_trailing_input:bool -> fmt:string -> string -> t

This parses a date using the format patterns available in strptime.

val of_tm : Core_unix.tm -> t