长生不老药检查给定的一天是否是假期
Elixir check if given day is holiday
是否可以使用 Elixir 语言检查给定日期是否为美国假期?
在 Ruby 中,我们有一个名为 holiday 的 gem。我想知道如何在 Elixir 中制作东西。
您可以在 https://hex.pm/. Currently there are none available for US. The closest you can get is this https://hex.pm/packages/japanese_holiday
上搜索混合依赖项(类似于 gems)
是否可以使用 Elixir 语言检查给定日期是否为美国假期?
在 Ruby 中,我们有一个名为 holiday 的 gem。我想知道如何在 Elixir 中制作东西。
您可以在 https://hex.pm/. Currently there are none available for US. The closest you can get is this https://hex.pm/packages/japanese_holiday
上搜索混合依赖项(类似于 gems)