We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eb9bf commit fbdf235Copy full SHA for fbdf235
lib/elixir/lib/calendar/iso.ex
@@ -1329,6 +1329,7 @@ defmodule Calendar.ISO do
1329
1330
@doc """
1331
Converts the given date into a iodata.
1332
+
1333
See date_to_string/4 for more information
1334
1335
## Examples
@@ -1408,6 +1409,7 @@ defmodule Calendar.ISO do
1408
1409
1410
1411
Converts the given naive_datetime into a iodata.
1412
1413
See naive_datetime_to_iodata/8 for more information
1414
1415
@@ -1532,6 +1534,7 @@ defmodule Calendar.ISO do
1532
1534
1533
1535
1536
Converts the given datetime into a iodata.
1537
1538
See datetime_to_iodata/12 for more information
1539
1540
0 commit comments