package core_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Date_unixSource

Sourceval format : t -> string -> string

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

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

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

Sourceval of_tm : Core_unix.tm -> t
OCaml

Innovation. Community. Security.