module Time::Format::ISO_8601_DATE

Overview

The ISO 8601 date format.

Defined in:

time/format/custom/iso_8601.cr

Class Method Summary

Class Method Detail

def self.format(time : Time, io : IO) #

Formats a Time into the given io.


[View source]
def self.format(time : Time) : String #

Formats a Time into a String.


[View source]
def self.parse(string, location : Time::Location? = Time::Location::UTC) : Time #

Parses a string into a Time.


[View source]