package core_unix

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=175025e240ed90647d817b1af5e4174bf146505903ed671e645f8a5d5f497182

doc/core_unix.date_unix/Date_unix/index.html

Module Date_unixSource

Sourceval format : Core.Date.t -> string -> string

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

Sourceval parse : ?allow_trailing_input:bool -> fmt:string -> string -> Core.Date.t

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