エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Compare date and time in Elixir with protocols
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Compare date and time in Elixir with protocols
The Calendar library has functionality for comparing dates and datetimes. The Calendar.Date modul... The Calendar library has functionality for comparing dates and datetimes. The Calendar.Date module has a function for getting the difference between two dates. You can for instance pass date tuples or Calendar structs to the Calendar.Date.diff/2 funciton. This will return the difference in days between the two dates. iex> Calendar.Date.diff({2016, 3, 10}, {2016, 3, 4}) 6 iex> Calendar.Date.diff({2