Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

datetime handling for gleam

License

NotificationsYou must be signed in to change notification settings

massivefermion/birl

Repository files navigation

birl

Package VersionHex Docs

birl

Date/Time handling for gleam

Quick start

gleam run# Run the projectgleamtest# Run the testsgleam shell# Run an Erlang shell

Installation

This package can be added to your Gleam project:

gleam add birl

and its documentation can be found athttps://hexdocs.pm/birl.

Usage

importbirlimportbirl/durationpubfnmain(){letnow=birl.now()lettwo_weeks_later=birl.add(now,duration.weeks(2))birl.to_iso8601(two_weeks_later)}

[8]ページ先頭

©2009-2025 Movatter.jp